Skip to content

Commit 02c1d63

Browse files
Debug: use gcc11
Debug: use gcc11 Relates-To: MINOR Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent c8bd069 commit 02c1d63

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

.github/workflows/psv_pipelines.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,29 +70,30 @@ jobs:
7070
run: ./scripts/linux/psv/build_psv_no_cache.sh
7171
shell: bash
7272

73-
psv-linux-22-04-gcc9-build-porting-std:
74-
name: PSV.Linux.22.04.gcc9.OLP_SDK_USE_STD_OPTIONAL.OLP_SDK_USE_STD_ANY
73+
psv-linux-22-04-gcc11-build:
74+
name: PSV.Linux.22.04.gcc11.Tests
7575
runs-on: ubuntu-22.04
7676
env:
7777
BUILD_TYPE: RelWithDebInfo
78-
CC: gcc-9
79-
CXX: g++-9
80-
EXTRA_CMAKE_OPTIONS: -DCMAKE_CXX_STANDARD=17 -DOLP_SDK_USE_STD_OPTIONAL=ON -DOLP_SDK_USE_STD_ANY=ON -DOLP_SDK_ENABLE_TESTING=OFF
8178
steps:
8279
- name: Check out repository
8380
uses: actions/checkout@v4
8481
- name: Install Ubuntu dependencies
85-
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
82+
run: sudo apt-get update && sudo apt-get install -y libboost-all-dev ccache libssl-dev libcurl4-openssl-dev --no-install-recommends
8683
shell: bash
8784
- name: Compile project with cmake and ccache
8885
run: gcc --version && ./scripts/linux/psv/build_psv.sh
8986
shell: bash
87+
- name: Run unit and integration tests
88+
run: ./scripts/linux/psv/test_psv.sh
89+
shell: bash
9090

91-
psv-linux-22-04-gcc11-build:
92-
name: PSV.Linux.22.04.gcc11.Tests
91+
psv-linux-22-04-gcc11-build-porting-std:
92+
name: PSV.Linux.22.04.gcc11.OLP_SDK_USE_STD_OPTIONAL.OLP_SDK_USE_STD_ANY
9393
runs-on: ubuntu-22.04
9494
env:
9595
BUILD_TYPE: RelWithDebInfo
96+
EXTRA_CMAKE_OPTIONS: -DCMAKE_CXX_STANDARD=17 -DOLP_SDK_USE_STD_OPTIONAL=ON -DOLP_SDK_USE_STD_ANY=ON -DOLP_SDK_ENABLE_TESTING=OFF
9697
steps:
9798
- name: Check out repository
9899
uses: actions/checkout@v4
@@ -102,9 +103,6 @@ jobs:
102103
- name: Compile project with cmake and ccache
103104
run: gcc --version && ./scripts/linux/psv/build_psv.sh
104105
shell: bash
105-
- name: Run unit and integration tests
106-
run: ./scripts/linux/psv/test_psv.sh
107-
shell: bash
108106

109107
psv-linux-latest-gcc14-build:
110108
name: PSV.Linux.latest.gcc14.Tests

0 commit comments

Comments
 (0)