From 4988174f7eecc6da544ebf23156ce638cecf0f3f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 29 Sep 2023 14:50:24 +0200 Subject: Make use of the native _chk variants for real --- .github/workflows/testsuite.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml index 73af29f..0f1f9b3 100644 --- a/.github/workflows/testsuite.yaml +++ b/.github/workflows/testsuite.yaml @@ -31,10 +31,6 @@ jobs: run: | sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.version }} 100 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.version }} 100 - - name: Build with native chk - if: ${{ matrix.use_native_chk == true }} - shell: bash - run: make CFLAGS=-DUSE_NATIVE_CHK -C tests gcc - name: Build without native chk, and run the testsuite if: ${{ matrix.use_native_chk == false }} shell: bash -- cgit v1.3