We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c688203 commit fcc236eCopy full SHA for fcc236e
ci/scripts/ci.sh
@@ -15,6 +15,8 @@ if command -v clang-tidy >/dev/null 2>&1; then
15
clang-tidy --version
16
fi
17
18
+export LDFLAGS="-lc++ -lc++abi"
19
+
20
cmake -B "$CI_DIR" "${CMAKE_ARGS[@]+"${CMAKE_ARGS[@]}"}" || cat "${CI_DIR}/CMakeFiles/CMakeConfigureLog.yaml"
21
cmake --build "$CI_DIR" -t all tests mpexamples -- "${BUILD_ARGS[@]+"${BUILD_ARGS[@]}"}"
22
ctest --test-dir "$CI_DIR" --output-on-failure
shell.nix
@@ -11,7 +11,6 @@ in mkShell {
11
buildInputs = [
12
capnproto
13
llvm.libcxx
14
- pkgs.libpthread
];
nativeBuildInputs = with pkgs; [
cmake
0 commit comments