summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:25:21 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:25:21 (GMT)
commitba752cfec9764c7c017d598b37a61e1294c2ff66 (patch)
tree8b55c504508fc685c536c6fefb3fbfa353dd8538 /.travis.yml
parent60b1f8dfbd65adb326c04e5fd427e312f82a23e4 (diff)
downloadlz4-ba752cfec9764c7c017d598b37a61e1294c2ff66.zip
lz4-ba752cfec9764c7c017d598b37a61e1294c2ff66.tar.gz
lz4-ba752cfec9764c7c017d598b37a61e1294c2ff66.tar.bz2
Disable "(Trusty) gcc-4.4 compilation"
[lz4-c-compilers] contains the following commands ``` make all CFLAGS=-fPIC LDFLAGS='-pie -fPIE -D_FORTIFY_SOURCE=2' make -C programs ``` [lz4-c-compilers] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L17-L154
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 262f15e..0616021 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -174,20 +174,20 @@ matrix:
# - make staticAnalyze
# - make cppcheck
#
- - name: (Trusty) gcc-4.4 compilation
- dist: trusty
- addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - libc6-dev-i386
- - gcc-multilib
- - gcc-4.4
- script:
- - make clean all CC=gcc-4.4 MOREFLAGS=-Werror
- - make clean
- - CFLAGS=-fPIC LDFLAGS='-pie -fPIE -D_FORTIFY_SOURCE=2' make -C programs
+# - name: (Trusty) gcc-4.4 compilation
+# dist: trusty
+# addons:
+# apt:
+# sources:
+# - ubuntu-toolchain-r-test
+# packages:
+# - libc6-dev-i386
+# - gcc-multilib
+# - gcc-4.4
+# script:
+# - make clean all CC=gcc-4.4 MOREFLAGS=-Werror
+# - make clean
+# - CFLAGS=-fPIC LDFLAGS='-pie -fPIE -D_FORTIFY_SOURCE=2' make -C programs
# tag-specific test
- name: tag build