-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4072 from vgteam/arm-ci-build
Restrict CI to resources available
- Loading branch information
Showing
4 changed files
with
39 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule backward-cpp
updated
14 files
+2 −0 | .clang-format | |
+126 −38 | BackwardConfig.cmake | |
+34 −7 | CMakeLists.txt | |
+61 −8 | README.md | |
+11 −1 | backward.cpp | |
+3,942 −1,825 | backward.hpp | |
+202 −107 | test/_test_main.cpp | |
+45 −46 | test/rectrace.cpp | |
+15 −15 | test/select_signals.cpp | |
+19 −27 | test/stacktrace.cpp | |
+37 −47 | test/suicide.cpp | |
+21 −33 | test/test.cpp | |
+115 −102 | test/test.hpp | |
+28 −42 | test_package/main.cpp |
Submodule libbdsg
updated
2 files
+31 −0 | bdsg/include/bdsg/snarl_distance_index.hpp | |
+266 −12 | bdsg/src/snarl_distance_index.cpp |
bcd5712
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vg CI tests complete for merge to master. View the full report here.
16 tests passed, 0 tests failed and 0 tests skipped in 17328 seconds