Skip to content

Commit fcc236e

Browse files
committed
This one?
1 parent c688203 commit fcc236e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/scripts/ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ if command -v clang-tidy >/dev/null 2>&1; then
1515
clang-tidy --version
1616
fi
1717

18+
export LDFLAGS="-lc++ -lc++abi"
19+
1820
cmake -B "$CI_DIR" "${CMAKE_ARGS[@]+"${CMAKE_ARGS[@]}"}" || cat "${CI_DIR}/CMakeFiles/CMakeConfigureLog.yaml"
1921
cmake --build "$CI_DIR" -t all tests mpexamples -- "${BUILD_ARGS[@]+"${BUILD_ARGS[@]}"}"
2022
ctest --test-dir "$CI_DIR" --output-on-failure

shell.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ in mkShell {
1111
buildInputs = [
1212
capnproto
1313
llvm.libcxx
14-
pkgs.libpthread
1514
];
1615
nativeBuildInputs = with pkgs; [
1716
cmake

0 commit comments

Comments
 (0)