]> git.ipfire.org Git - thirdparty/zstd.git/commit
disable aarch64 test on travis CI 1165/head
authorYann Collet <cyan@fb.com>
Thu, 7 Jun 2018 19:18:47 +0000 (12:18 -0700)
committerYann Collet <cyan@fb.com>
Thu, 7 Jun 2018 19:18:47 +0000 (12:18 -0700)
commit3cdb342bd5bb771b1e165f34daeb47e449d2cbdf
tree87b5c5557961bb67b273f9cccae5cffc1a8de7b9
parent36922b1369c906d17a2b32c9aa5dede399f38c6d
disable aarch64 test on travis CI

there's a bug on travis' ld
> collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped

I cannot reproduce it.
Note that travis' ld version is 2.24
while the one in my Linux VM is 2.26.1.
ld is part of binutils, so it's pretty hard to change.

I would expect the bug to no longer be triggered after some random code change.
To be re-enabled later.
.travis.yml