Skip to content

Commit 7ff44e0

Browse files
committed
Remove qemu armv8 builds
1 parent e3cb8ad commit 7ff44e0

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,6 @@ matrix:
193193
-D CMAKE_BUILD_TYPE=Release ../ && \
194194
cmake --build ." > Dockerfile
195195
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
203196
204197
# whitelist
205198
branches:

azure-pipelines.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,6 @@ jobs:
2626
cmake --build ." > Dockerfile
2727
docker build .
2828
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
4929
# manylinux1 is useful to test because the
5030
# standard Docker container uses an old version
5131
# of gcc / glibc

0 commit comments

Comments
 (0)