Skip to content

Commit 11f023b

Browse files
authored
fix arch tags
1 parent b4b9ccd commit 11f023b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ matrix:
2525
# - BTYPE="BINARY=64"
2626
#
2727
# - <<: *test-ubuntu
28-
os: linux-ppc64le
28+
os: linux
29+
arch: ppc64le
2930
before_script: &common-before
3031
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
3132
script:
@@ -269,9 +270,9 @@ matrix:
269270
# - CFLAGS="-O2 -mno-thumb -Wno-macro-redefined -isysroot /Applications/Xcode-11.5.GM.Seed.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -arch armv7 -miphoneos-version-min=5.1"
270271
# - BTYPE="TARGET=ARMV7 HOSTCC=clang NOFORTRAN=1"
271272

272-
- &test-graviton2
273+
- &test-neoversen1
273274
os: linux
274-
arch: arm64-graviton2
275+
arch: arm64
275276
dist: focal
276277
group: edge
277278
virt: lxd

0 commit comments

Comments
 (0)