We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea93f07 commit c79477aCopy full SHA for c79477a
scripts/nightly.yaml
@@ -199,6 +199,7 @@ stages:
199
- script: echo '##vso[task.prependpath]/tmp/arm-toolchain/aarch64-none-linux-gnu/libc/usr/bin'
200
- script: echo $PATH
201
- script: "stat `which aarch64-none-linux-gnu-gcc`"
202
+ - script: "pip install build git+https://github.com/rhelmot/auditwheel"
203
- script: "cd src/api/python && CC=aarch64-none-linux-gnu-gcc CXX=aarch64-none-linux-gnu-g++ AR=aarch64-none-linux-gnu-ar LD=aarch64-none-linux-gnu-ld python -m build && AUDITWHEEL_PLAT= auditwheel repair --best-plat dist/*.whl && cd ../../.."
204
# TODO copy artifacts
205
0 commit comments