Commit d2a1beb
committed
fix: Comment out failing new workflows
The earlier series of commits adds the address and thread sanitizer
to the dev workflows. These fail due to real bugs that need to be
addressed. However, that is for later commits.
While the sanitizer jobs are marked as optional and do not cause
build failure, the summary job still sees them as failed and fails.
A future commit should make the summary job somehow look at the
optional flag and not fail.1 parent 10b74af commit d2a1beb
1 file changed
Lines changed: 14 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
148 | 152 | | |
149 | 153 | | |
150 | 154 | | |
| |||
0 commit comments