Skip to content

Commit 2f64660

Browse files
committed
ci: fix sonar scanner unable to create a tmp dir
1 parent 1d32526 commit 2f64660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/runJenkinsPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def call(){
474474
filename 'ci/docker/linux/jenkins/Dockerfile'
475475
label 'linux && docker && x86'
476476
additionalBuildArgs '--build-arg PIP_EXTRA_INDEX_URL --build-arg PIP_INDEX_URL --build-arg PIP_CACHE_DIR=/.cache/pip --build-arg UV_CACHE_DIR=/.cache/uv --build-arg CONAN_CENTER_PROXY_V2_URL'
477-
args '--mount source=sonar-cache-ocr,target=/opt/sonar/.sonar/cache --mount source=python-tmp-uiucpreson-ocr,target=/tmp'
477+
args '--mount source=sonar-cache-ocr,target=/opt/sonar/.sonar/cache --mount source=python-tmp-uiucpreson-ocr,target=/tmp --tmpfs /.sonar:exec'
478478
}
479479
}
480480
stages{

0 commit comments

Comments
 (0)