File tree Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -193,13 +193,6 @@ matrix:
193
193
-D CMAKE_BUILD_TYPE=Release ../ && \
194
194
cmake --build ." > Dockerfile
195
195
docker build .
196
- - << : *emulated-arm
197
- env : IMAGE_ARCH=arm64 TARGET_ARCH=ARMV8 COMPILER=clang
198
- name : " Emulated Build for ARMV8 with clang"
199
-
200
- allow_failures :
201
- - env : IMAGE_ARCH=arm32 TARGET_ARCH=ARMV6 COMPILER=clang
202
- - env : IMAGE_ARCH=arm64 TARGET_ARCH=ARMV8 COMPILER=clang
203
196
204
197
# whitelist
205
198
branches :
Original file line number Diff line number Diff line change 26
26
cmake --build ." > Dockerfile
27
27
docker build .
28
28
displayName: Run ARMV6 docker build
29
- - job : ARMv8_gcc
30
- pool :
31
- vmImage : ' ubuntu-16.04'
32
- steps :
33
- - script : |
34
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
35
- echo "FROM openblas/alpine:arm64
36
- COPY . /tmp/openblas
37
- RUN mkdir /tmp/openblas/build && \
38
- cd /tmp/openblas/build && \
39
- CC=gcc cmake -D DYNAMIC_ARCH=OFF \
40
- -D TARGET=ARMV8 \
41
- -D NOFORTRAN=ON \
42
- -D BUILD_SHARED_LIBS=ON \
43
- -D BUILD_WITHOUT_LAPACK=ON \
44
- -D BUILD_WITHOUT_CBLAS=ON \
45
- -D CMAKE_BUILD_TYPE=Release ../ && \
46
- cmake --build ." > Dockerfile
47
- docker build .
48
- displayName: Run ARMV8 docker build
49
29
# manylinux1 is useful to test because the
50
30
# standard Docker container uses an old version
51
31
# of gcc / glibc
You can’t perform that action at this time.
0 commit comments