mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
update nightly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ea93f073ad
commit
c79477a939
|
@ -199,6 +199,7 @@ stages:
|
||||||
- script: echo '##vso[task.prependpath]/tmp/arm-toolchain/aarch64-none-linux-gnu/libc/usr/bin'
|
- script: echo '##vso[task.prependpath]/tmp/arm-toolchain/aarch64-none-linux-gnu/libc/usr/bin'
|
||||||
- script: echo $PATH
|
- script: echo $PATH
|
||||||
- script: "stat `which aarch64-none-linux-gnu-gcc`"
|
- script: "stat `which aarch64-none-linux-gnu-gcc`"
|
||||||
|
- script: "pip install build git+https://github.com/rhelmot/auditwheel"
|
||||||
- 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 ../../.."
|
- 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 ../../.."
|
||||||
# TODO copy artifacts
|
# TODO copy artifacts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue