Skip to content

Commit

Permalink
ci: Code Quality section runs only on x86_64 because pysonar-scanner …
Browse files Browse the repository at this point in the history
…doesn't run on ARM64 yet
  • Loading branch information
henryborchers committed Oct 22, 2024
1 parent 340c25e commit b87b8df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pipeline {
agent {
docker{
image 'python'
label 'docker && linux'
label 'docker && linux && x86_64' // needed for pysonar-scanner which is x86_64 only as of 0.2.0.520
args '--mount source=python-tmp-hathizip,target=/tmp'
}
}
Expand Down Expand Up @@ -816,7 +816,6 @@ pipeline {
beforeAgent true
beforeInput true
}

environment{
PIP_CACHE_DIR='/tmp/pipcache'
UV_INDEX_STRATEGY='unsafe-best-match'
Expand Down

0 comments on commit b87b8df

Please sign in to comment.