diff options
| author | jvoisin | 2024-05-20 09:38:42 +0200 |
|---|---|---|
| committer | jvoisin | 2024-05-20 10:22:46 +0200 |
| commit | 92c611ad8abb146ed548301de8bc011c2b17bccd (patch) | |
| tree | 55bd55237b7a4d6a544561e89e0200e5b22ba8c8 | |
| parent | 3375426d8c18f43f58ab83c261735b04562828ae (diff) | |
Improve the testsuite reliability wrt. gcc
| -rw-r--r-- | .github/workflows/testsuite.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml index caff6f7..b84998a 100644 --- a/.github/workflows/testsuite.yaml +++ b/.github/workflows/testsuite.yaml | |||
| @@ -29,6 +29,9 @@ jobs: | |||
| 29 | run: tar xzf ./x86_64-linux-musl-native.tgz | 29 | run: tar xzf ./x86_64-linux-musl-native.tgz |
| 30 | - name: Setting up gcc version | 30 | - name: Setting up gcc version |
| 31 | run: | | 31 | run: | |
| 32 | sudo add-apt-repository ppa:ubuntu-toolchain-r/test | ||
| 33 | sudo apt update | ||
| 34 | sudo apt install -y --no-install-recommends gcc-${{ matrix.version }} g++-${{ matrix.version }} | ||
| 32 | sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.version }} 100 | 35 | 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 | 36 | sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.version }} 100 |
| 34 | - name: Build with native chk | 37 | - name: Build with native chk |
