Skip to content

Commit 12f4e2b

Browse files
authored
try 32bit manylinux build
1 parent f1097d1 commit 12f4e2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
vmImage: 'ubuntu-latest'
2323
steps:
2424
- script: |
25-
echo "FROM quay.io/pypa/manylinux1_x86_64
25+
echo "FROM quay.io/pypa/manylinux1_686
2626
COPY . /tmp/openblas
2727
RUN cd /tmp/openblas && \
2828
COMMON_FLAGS='DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32' && \
29-
BTYPE='BINARY=64' CC=gcc && \
29+
BTYPE='BINARY=32' CC=gcc && \
3030
make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE && \
3131
make -C test $COMMON_FLAGS $BTYPE && \
3232
make -C ctest $COMMON_FLAGS $BTYPE && \

0 commit comments

Comments
 (0)