Skip to content

Commit ad20cea

Browse files
authored
Update azure-pipelines.yml
1 parent dd77a3f commit ad20cea

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ steps:
1313
- script: echo Hello, world!
1414
displayName: 'Run a one-line script'
1515

16-
- script: |
17-
docker run --rm --privileged multiarch/qemu-user-static:register --reset
16+
#- script: |
17+
# docker run --rm --privileged multiarch/qemu-user-static:register --reset
1818
# ls /proc/sys/fs/binfmt_misc/
1919
# condition: not(startsWith(variables['CONFIG'], 'linux_64'))
2020
# displayName: 'Configure binfmt_misc'
2121

2222
- script: |
23-
echo "FROM openblas/alpine:arm32
23+
echo "FROM openblas/alpine:arm32
2424
COPY . /tmp/openblas
2525
RUN mkdir /tmp/openblas/build && \
2626
cd /tmp/openblas/build && \
@@ -31,10 +31,8 @@ steps:
3131
-D BUILD_WITHOUT_CBLAS=ON \
3232
-D CMAKE_BUILD_TYPE=Release ../ && \
3333
cmake --build ." > Dockerfile
34-
docker build .
35-
36-
37-
# displayName: 'Run ARMV6 docker build'
34+
docker build .
35+
displayName: Run ARMV6 docker build
3836

3937
#- script: |
4038
# echo Add other tasks to build, test, and deploy your project.

0 commit comments

Comments
 (0)