File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
steps :
52
52
- script : " /opt/python/cp38-cp38/bin/python -m venv $PWD/env"
53
53
- script : ' echo "##vso[task.prependpath]$PWD/env/bin"'
54
- - script : " pip install build"
54
+ - script : " pip install build git+https://github.com/rhelmot/auditwheel " "
55
55
- script: " cd src/api/python && python -m build && AUDITWHEEL_PLAT= auditwheel repair --best-plat dist/*.whl && cd ../../.."
56
56
- script : " pip install ./src/api/python/wheelhouse/*.whl && python - <src/api/python/z3test.py z3 && python - <src/api/python/z3test.py z3num"
57
57
73
73
- script : echo '##vso[task.prependpath]/tmp/arm-toolchain/aarch64-none-linux-gnu/libc/usr/bin'
74
74
- script : echo $PATH
75
75
- script : " stat `which aarch64-none-linux-gnu-gcc`"
76
- - script : " pip install build"
76
+ - script : " pip install build git+https://github.com/rhelmot/auditwheel " "
77
77
- 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 ../../.."
78
78
79
79
- job : " Ubuntu20OCaml"
You can’t perform that action at this time.
0 commit comments