Skip to content

Commit 1df0b92

Browse files
authored
Update azure-pipelines.yml
1 parent 779c9b2 commit 1df0b92

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
@@ -25,9 +25,9 @@ jobs:
2525
echo "FROM quay.io/pypa/manylinux2014_i686
2626
COPY . /tmp/openblas
2727
RUN cd /tmp/openblas && \
28-
COMMON_FLAGS='DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32' && \
28+
COMMON_FLAGS='TARGET=NEHALEM NUM_THREADS=32' && \
2929
BTYPE='BINARY=32' CC=gcc && \
30-
make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE && \
30+
make $COMMON_FLAGS $BTYPE && \
3131
make -C test $COMMON_FLAGS $BTYPE && \
3232
make -C ctest $COMMON_FLAGS $BTYPE && \
3333
make -C utest $COMMON_FLAGS $BTYPE" > Dockerfile

0 commit comments

Comments
 (0)