Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Debug MacOS cmake error #1685

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
debug
johnkerl committed Sep 16, 2023

Verified

This commit was signed with the committer’s verified signature.
commit 49f3c3bd36180c7f44810a3ba50a5c9e45cb3257
2 changes: 1 addition & 1 deletion scripts/bld
Original file line number Diff line number Diff line change
@@ -84,5 +84,5 @@ rm -rf build
mkdir -p build
cmake -B build -S libtiledbsoma -DCMAKE_BUILD_TYPE=${build} ${extra_opts}
cmake --build build -j ${nproc}
sudo cmake --build build --target install-libtiledbsoma
cmake --build build --target install-libtiledbsoma
cmake --build build/libtiledbsoma --target build_tests -j ${nproc}