From: Yann Collet Date: Fri, 5 Feb 2021 17:19:27 +0000 (-0800) Subject: removed flackey gcc6 tests X-Git-Tag: v1.4.9^2~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2486%2Fhead;p=thirdparty%2Fzstd.git removed flackey gcc6 tests from github actions. replaced by equivalent "current" gcc tests when it makes sense --- diff --git a/.github/workflows/generic-dev.yml b/.github/workflows/generic-dev.yml index 72e739f4b..1632101c7 100644 --- a/.github/workflows/generic-dev.yml +++ b/.github/workflows/generic-dev.yml @@ -45,15 +45,13 @@ jobs: APT_PACKAGES="gcc-multilib" make apt-install CFLAGS="-m32 -O1 -fstack-protector" make check V=1 - gcc-6-7-libzstd: + gcc-7-libzstd: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: gcc-6 + gcc-7 + libzstdmt compilation + - name: gcc-7 + libzstdmt compilation run: | - make gcc6install gcc7install - CC=gcc-6 CFLAGS=-Werror make -j all - make clean + make gcc7install CC=gcc-7 CFLAGS=-Werror make -j all make clean LDFLAGS=-Wl,--no-undefined make -C lib libzstd-mt @@ -74,16 +72,16 @@ jobs: make clean CC=gcc-8 make -j uasan-test-zstd