|
12 | 12 | SEGFAULT_SIGNALS: all |
13 | 13 |
|
14 | 14 | jobs: |
15 | | - psv-linux-20-04-gcc7-build-cpplint: |
16 | | - name: PSV.Linux.20.04.gcc7.Cpplint |
17 | | - runs-on: ubuntu-20.04 |
| 15 | + psv-linux-22-04-gcc9-build-cpplint: |
| 16 | + name: PSV.Linux.22.04.gcc9.Cpplint |
| 17 | + runs-on: ubuntu-22.04 |
18 | 18 | env: |
19 | 19 | LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so |
20 | 20 | BUILD_TYPE: RelWithDebInfo |
21 | | - CC: gcc-7 |
22 | | - CXX: g++-7 |
| 21 | + CC: gcc-9 |
| 22 | + CXX: g++-9 |
23 | 23 | steps: |
24 | 24 | - name: Check out repository |
25 | 25 | uses: actions/checkout@v4 |
26 | 26 | - name: "C++ Lint checker script" |
27 | 27 | run: ./scripts/misc/cpplint_ci.sh |
28 | 28 | shell: bash |
29 | 29 | - name: Install Ubuntu dependencies |
30 | | - run: sudo apt-get update && sudo apt-get install -y libboost-all-dev ccache libssl-dev libcurl4-openssl-dev gcc-7 g++-7 --no-install-recommends |
| 30 | + run: sudo apt-get update && sudo apt-get install -y libboost-all-dev ccache libssl-dev libcurl4-openssl-dev gcc-9 g++-9 --no-install-recommends |
31 | 31 | shell: bash |
32 | 32 | - name: Compile project with cmake and ccache |
33 | 33 | run: gcc --version && ./scripts/linux/psv/build_psv.sh |
@@ -60,19 +60,19 @@ jobs: |
60 | 60 | env: |
61 | 61 | CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
62 | 62 |
|
63 | | - psv-linux-20-04-gcc7-build-no-cache: |
64 | | - name: PSV.Linux.20.04.gcc7.OLP_SDK_ENABLE_DEFAULT_CACHE=OFF |
65 | | - runs-on: ubuntu-20.04 |
| 63 | + psv-linux-22-04-gcc9-build-no-cache: |
| 64 | + name: PSV.Linux.22.04.gcc9.OLP_SDK_ENABLE_DEFAULT_CACHE=OFF |
| 65 | + runs-on: ubuntu-22.04 |
66 | 66 | env: |
67 | 67 | LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so |
68 | 68 | BUILD_TYPE: RelWithDebInfo |
69 | | - CC: gcc-7 |
70 | | - CXX: g++-7 |
| 69 | + CC: gcc-9 |
| 70 | + CXX: g++-9 |
71 | 71 | steps: |
72 | 72 | - name: Check out repository |
73 | 73 | uses: actions/checkout@v4 |
74 | 74 | - name: Install Ubuntu dependencies |
75 | | - run: sudo apt-get update && sudo apt-get install -y libboost-all-dev libssl-dev libcurl4-openssl-dev gcc-7 g++-7 --no-install-recommends |
| 75 | + run: sudo apt-get update && sudo apt-get install -y libboost-all-dev libssl-dev libcurl4-openssl-dev gcc-9 g++-9 --no-install-recommends |
76 | 76 | shell: bash |
77 | 77 | - name: Compile project without cache |
78 | 78 | run: ./scripts/linux/psv/build_psv_no_cache.sh |
@@ -142,27 +142,27 @@ jobs: |
142 | 142 | run: ./scripts/linux/psv/build_psv_no_cache.sh |
143 | 143 | shell: bash |
144 | 144 |
|
145 | | - psv-linux-20-04-clang-build: |
146 | | - name: PSV.Linux.20.04.clang |
147 | | - runs-on: ubuntu-20.04 |
| 145 | + psv-linux-22-04-clang-build: |
| 146 | + name: PSV.Linux.22.04.clang |
| 147 | + runs-on: ubuntu-22.04 |
148 | 148 | env: |
149 | 149 | LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so |
150 | 150 | BUILD_TYPE: RelWithDebInfo |
151 | | - CC: clang-7 |
152 | | - CXX: clang++-7 |
| 151 | + CC: clang-11 |
| 152 | + CXX: clang++-11 |
153 | 153 | steps: |
154 | 154 | - name: Check out repository |
155 | 155 | uses: actions/checkout@v4 |
156 | 156 | - name: Install Ubuntu dependencies |
157 | | - run: sudo apt-get update -y && sudo apt-get install clang-7 ccache libcurl4-openssl-dev -y --no-install-recommends --fix-missing |
| 157 | + run: sudo apt-get update -y && sudo apt-get install clang-11 ccache libcurl4-openssl-dev -y --no-install-recommends --fix-missing |
158 | 158 | shell: bash |
159 | 159 | - name: Compile project on Clang |
160 | 160 | run: scripts/linux/psv/build_psv.sh |
161 | 161 | shell: bash |
162 | 162 |
|
163 | | - psv-android-20-04-build: |
164 | | - name: PSV.Linux.Android.20.04 |
165 | | - runs-on: ubuntu-20.04 |
| 163 | + psv-android-22-04-build: |
| 164 | + name: PSV.Linux.Android.22.04 |
| 165 | + runs-on: ubuntu-22.04 |
166 | 166 | env: |
167 | 167 | LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so |
168 | 168 | BUILD_TYPE: RelWithDebInfo |
@@ -263,7 +263,7 @@ jobs: |
263 | 263 |
|
264 | 264 | psv-commit-checker: |
265 | 265 | name: PSV.Commit.Checker |
266 | | - runs-on: ubuntu-20.04 |
| 266 | + runs-on: ubuntu-22.04 |
267 | 267 | if: github.ref_name != 'master' |
268 | 268 | steps: |
269 | 269 | - uses: actions/checkout@v4 |
|
0 commit comments