Re-enable symbol poisoning in a CI job
It seems too brittle to enable by default as we'd have to avoid including any system headers after doh.h, which is hard to enforce, but just having it enabled for one CI job should avoid uses of the poisoned symbols from being accidentally introduced. See #2223
This commit is contained in:
parent
250afd6dc3
commit
9efcc785ae
2 changed files with 4 additions and 6 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -30,6 +30,8 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- SWIGLANG: ""
|
||||
env:
|
||||
CPPFLAGS: -DDOH_POISON
|
||||
- SWIGLANG: ""
|
||||
GCC: 7
|
||||
- SWIGLANG: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue