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
Copy file name to clipboardExpand all lines: .github/workflows/weekly.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -155,8 +155,8 @@ jobs:
155
155
strategy:
156
156
matrix:
157
157
config:
158
-
- { build: 'asan', cmake: '-DUSE_BLOSC=OFF' } # We never called blosc_destroy(), so disable blosc to silence these errors
159
-
- { build: 'ubsan', cmake: '' } #Currently doesn't error, just reports all issues
158
+
- { build: 'asan', components: 'core,test,nano,nanotest,axcore,axtest', cmake: '-DUSE_BLOSC=OFF' } # We never called blosc_destroy(), so disable blosc to silence these errors
159
+
- { build: 'ubsan', components: 'core,test,axcore,axtest', cmake: '' } #Doesn't currently test NanoVDB
160
160
#- { build: 'lsan', cmake: '' } # asan encompasses and includes lsan
161
161
#- { build: 'tsan', cmake: '' } # requires full stack rebuild for valid results (including libc++)
162
162
#- { build: 'msan', cmake: '' } # requires full stack rebuild for valid results (including libc++)
0 commit comments