Skip to content

Commit ff1c207

Browse files
authored
Update azure-pipelines.yml
1 parent ba13837 commit ff1c207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
vmImage: 'ubuntu-latest'
2323
steps:
2424
- script: |
25-
echo "FROM quay.io/pypa/manylinux1_i686
25+
echo "FROM quay.io/pypa/manylinux2014_i686
2626
COPY . /tmp/openblas
2727
RUN cd /tmp/openblas && \
28-
COMMON_FLAGS='TARGET=NEHALEM NUM_THREADS=32' && \
28+
COMMON_FLAGS='TARGET=PENRYN NUM_THREADS=32' && \
2929
BTYPE='BINARY=32' CC=gcc && \
3030
make $COMMON_FLAGS $BTYPE && \
3131
make -C test $COMMON_FLAGS $BTYPE && \

0 commit comments

Comments
 (0)