We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f023b commit adaf038Copy full SHA for adaf038
1 file changed
.travis.yml
@@ -44,6 +44,7 @@ matrix:
44
arch: s390x
45
before_script:
46
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32"
47
+ - apt-get install --only-upgrade binutils
48
env:
49
# for matrix annotation only
50
- TARGET_BOX=IBMZ_LINUX
@@ -56,6 +57,7 @@ matrix:
56
57
compiler: clang
58
59
60
61
62
63
0 commit comments