Commit ccf8913
authored
Fix trunk ci (#18747)
### Summary
The problem is:
1. In tests, Verification::InternalConsistency is requested.
2. In release builds, ET_ENABLE_PROGRAM_VERIFICATION=False.
3. #18597 returned a hard
error when Verification::InternalConsistency was requested but not
available (ie when 1 and 2 conflict)
This PR reverts the hard error and falls back to Verification::Minimal
when Verification::InternalConsistency is required but not available
(e.g. in Release builds)
### Test plan
CI1 parent 1eaafd9 commit ccf8913
1 file changed
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | | - | |
185 | | - | |
| 184 | + | |
| 185 | + | |
186 | 186 | | |
187 | | - | |
188 | | - | |
189 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
190 | 196 | | |
191 | 197 | | |
192 | 198 | | |
| |||
0 commit comments