fixed x32 test on Travis
authorYann Collet <cyan@fb.com>
Fri, 2 Oct 2020 22:43:46 +0000 (15:43 -0700)
committerYann Collet <cyan@fb.com>
Fri, 2 Oct 2020 22:43:46 +0000 (15:43 -0700)
.travis.yml

index 6074f0874825e7412f5c1d6438f3f6ce3ff79ebd..2281394df42c040d3e7c48f01275b246f23dff86 100644 (file)
@@ -47,18 +47,15 @@ matrix:
         - make clean travis-install
         - make clean clangtest
 
-
-    # 14.04 LTS Server Edition 64 bit
-    - name: (Trusty) i386 gcc test
-      dist: trusty
+    - name: x32 compatibility test
       addons:
         apt:
           packages:
-            - libc6-dev-i386
             - gcc-multilib
       script:
         - make -C tests test MOREFLAGS=-mx32
 
+    # 14.04 LTS Server Edition 64 bit
     # presume clang >= v3.9.0
     - name: (Trusty) USan test
       dist: trusty