summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-31 21:29:02 +0200
committerYves Orton <demerphq@gmail.com>2023-04-02 21:29:27 +0800
commit59402972ce26ccbcf5c463e9bf544fd57c8dd513 (patch)
tree77ff391bcf431d593a33d88c779615b93f9d4940 /.github
parent66fb7f3ccb1926b56f594504da99cc8d5f1ec579 (diff)
downloadperl-59402972ce26ccbcf5c463e9bf544fd57c8dd513.tar.gz
workflows/testsuite.yaml - Add testing of -DNO_TAINT_SUPPORT
Test that we can pass test with -DNO_TAINT_SUPPORT but without -DSILENT_NO_TAINT_SUPPORT. Both disable taint mode, but the latter causes -t and -T to be silently ignored, whereas the former by itself causes use of -t and -T to throw fatal exceptions during process startup.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 3ca0511da2..7d24761538 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -264,6 +264,7 @@ jobs:
- "-Dcc='clang'"
- "-Dcc='g++'"
- "-Accflags=-DSILENT_NO_TAINT_SUPPORT"
+ - "-Accflags=-DNO_TAINT_SUPPORT"
steps:
- name: Install System dependencies