Skip to content
Snippets Groups Projects
Commit 11523ca1 authored by David Schwörer's avatar David Schwörer
Browse files

Set platform

parent 63d5b995
Branches
No related tags found
No related merge requests found
Pipeline #95062 failed
...@@ -2,7 +2,7 @@ image: quay.io/pypa/manylinux2014_x86_64 ...@@ -2,7 +2,7 @@ image: quay.io/pypa/manylinux2014_x86_64
manylinux2014: manylinux2014:
script: script:
- bash --login tools/pylib/_boutcore_build/build-wheels.sh - bash --login tools/pylib/_boutcore_build/build-wheels.sh manylinux2014_x86_64
artifacts: artifacts:
paths: paths:
- /io/wheelhouse/ - /io/wheelhouse/
......
...@@ -8,7 +8,7 @@ fi ...@@ -8,7 +8,7 @@ fi
make -j 4 make -j 4
cd tools/pylib/_boutcore_build/ cd tools/pylib/_boutcore_build/
PLAT=$1 export PLAT=$1
function repair_wheel { function repair_wheel {
wheel="$1" wheel="$1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment