From 11f023b71218c2ad8965777bb44c77be2b183a29 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 27 Apr 2022 22:18:22 +0200 Subject: [PATCH] fix arch tags --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85a57f6..251a81f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,8 @@ matrix: # - BTYPE="BINARY=64" # # - <<: *test-ubuntu - os: linux-ppc64le + os: linux + arch: ppc64le before_script: &common-before - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32" script: @@ -269,9 +270,9 @@ matrix: # - 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" # - BTYPE="TARGET=ARMV7 HOSTCC=clang NOFORTRAN=1" - - &test-graviton2 + - &test-neoversen1 os: linux - arch: arm64-graviton2 + arch: arm64 dist: focal group: edge virt: lxd -- 2.7.4