Skip to content

Commit e7eef11

Browse files
Skip clang no exception build
Boost date_time has no 'no_exception' setup and clang is compiling that code even if it's not used. GCC is OK Relates-To: OCMAM-447 Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent 95c61b8 commit e7eef11

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
@@ -197,14 +197,14 @@ jobs:
197197
shell: bash
198198

199199
psv-linux-22-04-clang-hidden-build:
200-
name: PSV.Linux.22.04.clang.hidden.OLP_SDK_NO_EXCEPTION=ON
200+
name: PSV.Linux.22.04.clang.hidden
201201
runs-on: ubuntu-22.04
202202
env:
203203
BUILD_TYPE: RelWithDebInfo
204204
CC: clang-11
205205
CXX: clang++-11
206206
CXXFLAGS: -Wno-deprecated-copy
207-
EXTRA_CMAKE_OPTIONS: -DCMAKE_CXX_VISIBILITY_PRESET=hidden -DOLP_SDK_ENABLE_TESTING=OFF -DOLP_SDK_NO_EXCEPTION=ON
207+
EXTRA_CMAKE_OPTIONS: -DCMAKE_CXX_VISIBILITY_PRESET=hidden -DOLP_SDK_ENABLE_TESTING=OFF
208208
steps:
209209
- name: Check out repository
210210
uses: actions/checkout@v4

0 commit comments

Comments
 (0)