File tree Expand file tree Collapse file tree 2 files changed +155
-120
lines changed Expand file tree Collapse file tree 2 files changed +155
-120
lines changed Original file line number Diff line number Diff line change 29
29
strategy :
30
30
matrix :
31
31
platform :
32
+ # All builds: core platforms
32
33
- name : " Linux (Xenial, GCC, OpenSSL, libssh2)"
33
34
id : xenial-gcc-openssl
34
35
os : ubuntu-latest
@@ -125,9 +126,9 @@ jobs:
125
126
SKIP_SSH_TESTS : true
126
127
SKIP_NEGOTIATE_TESTS : true
127
128
128
- # Sanitizers
129
+ # All builds: sanitizers
129
130
- name : " Sanitizer (Memory)"
130
- id : memorysanitizer
131
+ id : sanitizer-memory
131
132
container :
132
133
name : focal
133
134
env :
@@ -141,7 +142,7 @@ jobs:
141
142
UBSAN_OPTIONS : print_stacktrace=1
142
143
os : ubuntu-latest
143
144
- name : " Sanitizer (UndefinedBehavior)"
144
- id : ubsanitizer
145
+ id : sanitizer-ub
145
146
os : ubuntu-latest
146
147
container :
147
148
name : focal
@@ -155,7 +156,7 @@ jobs:
155
156
ASAN_SYMBOLIZER_PATH : /usr/bin/llvm-symbolizer-10
156
157
UBSAN_OPTIONS : print_stacktrace=1
157
158
- name : " Sanitizer (Thread)"
158
- id : threadsanitizer
159
+ id : sanitizer-thread
159
160
os : ubuntu-latest
160
161
container :
161
162
name : focal
@@ -170,7 +171,7 @@ jobs:
170
171
UBSAN_OPTIONS : print_stacktrace=1
171
172
TSAN_OPTIONS : suppressions=/home/libgit2/source/script/thread-sanitizer.supp second_deadlock_stack=1
172
173
173
- # Experimental: SHA256 support
174
+ # All builds: experimental SHA256 support
174
175
- name : " Linux (SHA256, Xenial, Clang, OpenSSL)"
175
176
id : xenial-clang-openssl
176
177
os : ubuntu-latest
You can’t perform that action at this time.
0 commit comments