Skip to content

Commit c5e331c

Browse files
authored
Update azure-pipelines.yml
1 parent ade9023 commit c5e331c

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
@@ -27,8 +27,8 @@ jobs:
2727
RUN cd /tmp/openblas && \
2828
COMMON_FLAGS='TARGET=PENRYN NUM_THREADS=32' && \
2929
BTYPE='BINARY=32' CC=gcc && \
30-
make TARGET=NEHALEM BINARY=32 && \
31-
make -C utest TARGET=NEHALEM BINARY=32" > Dockerfile
30+
make TARGET=NEHALEM BINARY=32 DEBUG=1&& \
31+
make -C utest TARGET=NEHALEM BINARY=32 DEBUG=1" > Dockerfile
3232
docker build .
3333
displayName: Run manylinux1 docker build
3434
- job: Intel_SDE_skx

0 commit comments

Comments
 (0)