Skip to content

Commit 406c724

Browse files
authored
Add ARMV6 build to azure CI setup (#2122)
using aytekinar's Alpine image and docker script from the Travis setup [skip ci]
1 parent ad20cea commit 406c724

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,15 @@ 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
18-
# ls /proc/sys/fs/binfmt_misc/
19-
# condition: not(startsWith(variables['CONFIG'], 'linux_64'))
20-
# displayName: 'Configure binfmt_misc'
21-
2216
- script: |
17+
docker run --rm --privileged multiarch/qemu-user-static:register --reset
2318
echo "FROM openblas/alpine:arm32
2419
COPY . /tmp/openblas
2520
RUN mkdir /tmp/openblas/build && \
2621
cd /tmp/openblas/build && \
27-
CC=gcc cmake -D DYNAMIC_ARCH=OFF \
28-
-D TARGET=ARMV6 \
22+
CC=gcc cmake -D DYNAMIC_ARCH=OFF \
23+
-D TARGET=ARMV6 \
24+
-D NOFORTRAN=ON \
2925
-D BUILD_SHARED_LIBS=ON \
3026
-D BUILD_WITHOUT_LAPACK=ON \
3127
-D BUILD_WITHOUT_CBLAS=ON \

0 commit comments

Comments
 (0)