Skip to content

Commit adaf038

Browse files
authored
try to fix assembler errors on z13
1 parent 11f023b commit adaf038

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ matrix:
4444
arch: s390x
4545
before_script:
4646
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32"
47+
- apt-get install --only-upgrade binutils
4748
env:
4849
# for matrix annotation only
4950
- TARGET_BOX=IBMZ_LINUX
@@ -56,6 +57,7 @@ matrix:
5657
compiler: clang
5758
before_script:
5859
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32"
60+
- apt-get install --only-upgrade binutils
5961
env:
6062
# for matrix annotation only
6163
- TARGET_BOX=IBMZ_LINUX

0 commit comments

Comments
 (0)