Skip to content

Commit c79477a

Browse files
update nightly
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent ea93f07 commit c79477a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/nightly.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ stages:
199199
- script: echo '##vso[task.prependpath]/tmp/arm-toolchain/aarch64-none-linux-gnu/libc/usr/bin'
200200
- script: echo $PATH
201201
- script: "stat `which aarch64-none-linux-gnu-gcc`"
202+
- script: "pip install build git+https://github.com/rhelmot/auditwheel"
202203
- 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 ../../.."
203204
# TODO copy artifacts
204205

0 commit comments

Comments
 (0)