Skip to content

Commit d12aff2

Browse files
Build with OLP_SDK_NO_EXCEPTION=ON using clang
It appeared that Clang and GCC complains on different lines at least in case of Boost codebase Relates-To: MINOR Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent 4b553db commit d12aff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/psv_pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ jobs:
174174
shell: bash
175175

176176
psv-linux-22-04-clang-hidden-build:
177-
name: PSV.Linux.22.04.clang.hidden
177+
name: PSV.Linux.22.04.clang.hidden.OLP_SDK_NO_EXCEPTION=ON
178178
runs-on: ubuntu-22.04
179179
env:
180180
BUILD_TYPE: RelWithDebInfo
181181
CC: clang-11
182182
CXX: clang++-11
183183
CXXFLAGS: -Wno-deprecated-copy
184-
EXTRA_CMAKE_OPTIONS: -DCMAKE_CXX_VISIBILITY_PRESET=hidden -DOLP_SDK_ENABLE_TESTING=OFF
184+
EXTRA_CMAKE_OPTIONS: -DCMAKE_CXX_VISIBILITY_PRESET=hidden -DOLP_SDK_ENABLE_TESTING=OFF -DOLP_SDK_NO_EXCEPTION=ON
185185
steps:
186186
- name: Check out repository
187187
uses: actions/checkout@v4

0 commit comments

Comments
 (0)