diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/testsuite.yaml | 4 |
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 |
