Disable "(Trusty) clang-3.8 compilation"

[lz4-c-compilers] contains the following command for clang-3.8.

```
make -C tests test-lz4
```

[lz4-c-compilers] 025c3ce8f9/.github/workflows/ci.yml (L17-L154)
This commit is contained in:
Takayuki Matsuoka 2021-05-31 11:23:10 +09:00
parent 42c3351af6
commit 0e3819cadb

View File

@ -145,18 +145,18 @@ matrix:
# script:
# - make -C tests test-lz4 clean test-lz4c32 MOREFLAGS=-Werror
#
- name: (Trusty) clang-3.8 compilation
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8
packages:
- clang-3.8
script:
- make -C tests test-lz4 CC=clang-3.8
# - name: (Trusty) clang-3.8 compilation
# dist: trusty
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# - llvm-toolchain-precise-3.8
# packages:
# - clang-3.8
# script:
# - make -C tests test-lz4 CC=clang-3.8
#
# - name: (Trusty) PowerPC + PPC64 compilation
# dist: trusty
# install: