fix arch tags

This commit is contained in:
Martin Kroeker 2022-04-27 22:18:22 +02:00 committed by GitHub
parent b4b9ccdbfa
commit 11f023b712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,8 @@ matrix:
# - BTYPE="BINARY=64" # - BTYPE="BINARY=64"
# #
# - <<: *test-ubuntu # - <<: *test-ubuntu
os: linux-ppc64le os: linux
arch: ppc64le
before_script: &common-before before_script: &common-before
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32" - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
script: 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" # - 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" # - BTYPE="TARGET=ARMV7 HOSTCC=clang NOFORTRAN=1"
- &test-graviton2 - &test-neoversen1
os: linux os: linux
arch: arm64-graviton2 arch: arm64
dist: focal dist: focal
group: edge group: edge
virt: lxd virt: lxd