Skip to content

Commit 6624a0a

Browse files
committed
Remove RelWithDebInfo from posix-cmake-test, because it fails under macos-14
1 parent ca76415 commit 6624a0a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

-16
Original file line numberDiff line numberDiff line change
@@ -322,22 +322,6 @@ jobs:
322322
cd ../boost-root/__build_debug__
323323
ctest --output-on-failure --no-tests=error
324324
325-
- name: Configure (RelWithDebInfo)
326-
run: |
327-
cd ../boost-root
328-
mkdir __build_relwithdebinfo__ && cd __build_relwithdebinfo__
329-
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
330-
331-
- name: Build tests (RelWithDebInfo)
332-
run: |
333-
cd ../boost-root/__build_relwithdebinfo__
334-
cmake --build . --target tests
335-
336-
- name: Run tests (RelWithDebInfo)
337-
run: |
338-
cd ../boost-root/__build_relwithdebinfo__
339-
ctest --output-on-failure --no-tests=error
340-
341325
windows-cmake-subdir:
342326
strategy:
343327
fail-fast: false

0 commit comments

Comments
 (0)