From f6dbaee6ce32bbe83c285939731e3e36c1d6bcfc Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 27 Aug 2024 17:17:53 -0700 Subject: [PATCH] adding to nightly Signed-off-by: Nikolaj Bjorner --- azure-pipelines.yml | 1 - scripts/nightly.yaml | 36 +++++++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ac3b9105c..4be3f33af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -73,7 +73,6 @@ jobs: - script: echo '##vso[task.prependpath]/tmp/arm-toolchain/aarch64-none-linux-gnu/libc/usr/bin' - script: echo $PATH - script: "stat `which aarch64-none-linux-gnu-gcc`" - - script: "pip install build git+https://github.com/rhelmot/auditwheel" # @TODO remove when patches make it upstream - 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 ../../.." - job: "Ubuntu20OCaml" diff --git a/scripts/nightly.yaml b/scripts/nightly.yaml index 62976cce2..fae95d2d2 100644 --- a/scripts/nightly.yaml +++ b/scripts/nightly.yaml @@ -167,7 +167,41 @@ stages: inputs: artifactName: 'UbuntuDoc' targetPath: $(Build.ArtifactStagingDirectory) - + # TODO copy artifacts + + - job: "ManylinuxPythonBuildAmd64" + displayName: "Python bindings (manylinux Centos AMD64) build" + pool: + vmImage: "ubuntu-latest" + container: "quay.io/pypa/manylinux2014_x86_64:latest" + steps: + - script: "/opt/python/cp38-cp38/bin/python -m venv $PWD/env" + - script: 'echo "##vso[task.prependpath]$PWD/env/bin"' + - script: "pip install build git+https://github.com/rhelmot/auditwheel" # @TODO remove when patches make it upstream + - script: "cd src/api/python && python -m build && AUDITWHEEL_PLAT= auditwheel repair --best-plat dist/*.whl && cd ../../.." + - script: "pip install ./src/api/python/wheelhouse/*.whl && python -