Loading .ci/green-dragon/lldb-ubuntu.groovy +11 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,11 @@ pipeline { checkout scm } } timeout(10) { dir('llvm-zorg') { git url: 'https://github.com/llvm/llvm-zorg.git', branch: 'main' } } } } Loading @@ -60,6 +65,8 @@ pipeline { writeFile file: 'build.sh', text: '''#!/usr/bin/env bash set -ex pip3 install --break-system-packages -r /workspace/llvm-zorg/zorg/jenkins/jobs/requirements.txt /usr/bin/cmake -G Ninja \ -S /workspace/llvm-project/llvm \ -B /workspace/llvm-build \ Loading Loading @@ -94,6 +101,10 @@ ninja -C /workspace/llvm-build check-lldb --cap-add=SYS_PTRACE \\ --security-opt seccomp=unconfined \\ -e BUILD_TYPE=${params.BUILD_TYPE} \\ -e http_proxy \\ -e https_proxy \\ -e HTTP_PROXY \\ -e HTTPS_PROXY \\ -v "\${WORKSPACE}:/workspace" \\ ${env.DOCKER_IMAGE} \\ bash /workspace/build.sh Loading Loading
.ci/green-dragon/lldb-ubuntu.groovy +11 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,11 @@ pipeline { checkout scm } } timeout(10) { dir('llvm-zorg') { git url: 'https://github.com/llvm/llvm-zorg.git', branch: 'main' } } } } Loading @@ -60,6 +65,8 @@ pipeline { writeFile file: 'build.sh', text: '''#!/usr/bin/env bash set -ex pip3 install --break-system-packages -r /workspace/llvm-zorg/zorg/jenkins/jobs/requirements.txt /usr/bin/cmake -G Ninja \ -S /workspace/llvm-project/llvm \ -B /workspace/llvm-build \ Loading Loading @@ -94,6 +101,10 @@ ninja -C /workspace/llvm-build check-lldb --cap-add=SYS_PTRACE \\ --security-opt seccomp=unconfined \\ -e BUILD_TYPE=${params.BUILD_TYPE} \\ -e http_proxy \\ -e https_proxy \\ -e HTTP_PROXY \\ -e HTTPS_PROXY \\ -v "\${WORKSPACE}:/workspace" \\ ${env.DOCKER_IMAGE} \\ bash /workspace/build.sh Loading