summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:20:45 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:20:45 (GMT)
commit3887bc6d817bd3559db11e3f2c81e30f7eed41b5 (patch)
treefdf0b7a3fe84d658145771415d5e0e3a05ed7363
parentfebc3ec9b23157c175a2bee03a88c8349795c1c7 (diff)
downloadlz4-3887bc6d817bd3559db11e3f2c81e30f7eed41b5.zip
lz4-3887bc6d817bd3559db11e3f2c81e30f7eed41b5.tar.gz
lz4-3887bc6d817bd3559db11e3f2c81e30f7eed41b5.tar.bz2
Disable "(Trusty) i386 frame + fuzzer test"
[lz4-frame] contains the following command ``` make -C tests test-frametest32 ``` ` [lz4-fuzzer] contains the following command ``` make -C tests test-fuzzer32 ``` [lz4-frame] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L224-L237 [lz4-fuzzer] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L192-L208
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 9819a30..cab5c95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,14 +87,14 @@ matrix:
# script:
# - make -C tests test-lz4c32 test-fullbench32 versionsTest
#
- - name: (Trusty) i386 frame + fuzzer test
- dist: trusty
- install:
- - sudo apt-get install -qq libc6-dev-i386 gcc-multilib
- - sudo sysctl -w vm.mmap_min_addr=4096
- script:
- - make -C tests test-frametest32 test-fuzzer32
-
+# - name: (Trusty) i386 frame + fuzzer test
+# dist: trusty
+# install:
+# - sudo apt-get install -qq libc6-dev-i386 gcc-multilib
+# - sudo sysctl -w vm.mmap_min_addr=4096
+# script:
+# - make -C tests test-frametest32 test-fuzzer32
+#
- name: (Trusty) gcc-6 standard C compilation
dist: trusty
addons: