File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,15 @@ steps:
13
13
- script : echo Hello, world!
14
14
displayName : ' Run a one-line script'
15
15
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
-
22
16
- script : |
17
+ docker run --rm --privileged multiarch/qemu-user-static:register --reset
23
18
echo "FROM openblas/alpine:arm32
24
19
COPY . /tmp/openblas
25
20
RUN mkdir /tmp/openblas/build && \
26
21
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 \
29
25
-D BUILD_SHARED_LIBS=ON \
30
26
-D BUILD_WITHOUT_LAPACK=ON \
31
27
-D BUILD_WITHOUT_CBLAS=ON \
You can’t perform that action at this time.
0 commit comments