Skip to content

Commit cd89867

Browse files
add back auditwheel
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent ea417bb commit cd89867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- script: "/opt/python/cp38-cp38/bin/python -m venv $PWD/env"
5353
- script: 'echo "##vso[task.prependpath]$PWD/env/bin"'
54-
- script: "pip install build"
54+
- script: "pip install build git+https://github.com/rhelmot/auditwheel""
5555
- script: "cd src/api/python && python -m build && AUDITWHEEL_PLAT= auditwheel repair --best-plat dist/*.whl && cd ../../.."
5656
- script: "pip install ./src/api/python/wheelhouse/*.whl && python - <src/api/python/z3test.py z3 && python - <src/api/python/z3test.py z3num"
5757

@@ -73,7 +73,7 @@ jobs:
7373
- script: echo '##vso[task.prependpath]/tmp/arm-toolchain/aarch64-none-linux-gnu/libc/usr/bin'
7474
- script: echo $PATH
7575
- script: "stat `which aarch64-none-linux-gnu-gcc`"
76-
- script: "pip install build"
76+
- script: "pip install build git+https://github.com/rhelmot/auditwheel""
7777
- 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 ../../.."
7878

7979
- job: "Ubuntu20OCaml"

0 commit comments

Comments
 (0)