From adaf03835b9db541a54a47b7c7a3b114700c0a83 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 30 Apr 2022 18:33:00 +0200 Subject: [PATCH] try to fix assembler errors on z13 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 251a81f94..e06ec4d1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,7 @@ matrix: arch: s390x before_script: - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32" + - apt-get install --only-upgrade binutils env: # for matrix annotation only - TARGET_BOX=IBMZ_LINUX @@ -56,6 +57,7 @@ matrix: compiler: clang before_script: - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32" + - apt-get install --only-upgrade binutils env: # for matrix annotation only - TARGET_BOX=IBMZ_LINUX