summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorjvoisin2023-09-29 14:50:24 +0200
committerjvoisin2023-09-29 14:50:24 +0200
commit4988174f7eecc6da544ebf23156ce638cecf0f3f (patch)
tree181757bfa8c9d78d32bf19f997370933589df23c /.github
parent3067c28ceb744b2bafe9202023084f762871e844 (diff)
Make use of the native _chk variants for real
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yaml4
1 files changed, 0 insertions, 4 deletions
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:
31 run: | 31 run: |
32 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.version }} 100 32 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.version }} 100
33 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.version }} 100 33 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.version }} 100
34 - name: Build with native chk
35 if: ${{ matrix.use_native_chk == true }}
36 shell: bash
37 run: make CFLAGS=-DUSE_NATIVE_CHK -C tests gcc
38 - name: Build without native chk, and run the testsuite 34 - name: Build without native chk, and run the testsuite
39 if: ${{ matrix.use_native_chk == false }} 35 if: ${{ matrix.use_native_chk == false }}
40 shell: bash 36 shell: bash