You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move gtest filter to env var
* extract sanitizer gtest filter into shared script
* set explicit ASAN options for sanitizer test lane
* reproduction on failure
* split sanitizer lane into build/test with core-vs-extended subsets, clang-18 pin, and runtime guardrails
* caches files
* add shared libs on path
* lib path added
* change name "test (core/extended subset)" to "(ASan+UBSan)"
* moved runs to scripts
* rem repro
* readme change
* removed cache as discussed with @elalish in meeting
* testing by removing LD_LIBRARY_PATH
* restore
* only keep find and remove hardcoded paths
* run path use origin cmake args
* removed lib path
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,18 @@ Offline building (with missing dependencies/dependency version override):
166
166
167
167
The build instructions used by our CI are in [manifold.yml](https://github.com/elalish/manifold/blob/master/.github/workflows/manifold.yml), which is a good source to check if something goes wrong and for instructions specific to other platforms, like Windows.
168
168
169
+
#### Sanitizer CI Reproduction
170
+
171
+
To reproduce the sanitizer CI test locally from repo root:
0 commit comments