summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cantrell <david@cantrell.org.uk>2023-03-25 22:46:01 +0000
committerYves Orton <demerphq@gmail.com>2023-04-02 21:29:27 +0800
commitd565ab093ebca8e24573aebc9ca0dd5b47cca754 (patch)
treef2759bd719889b43a43741edcc2486c07b2f7552
parentda791ecc4cd01c56b1259293abdbb287dadd5fe2 (diff)
downloadperl-d565ab093ebca8e24573aebc9ca0dd5b47cca754.tar.gz
workflows/testsuite.yml - Automatically test without taint support
Add an entry for -DSILENT_NO_TAINT_SUPPORT to our linux based test matrix. Currently we cannot do the same for plain -DNO_TAINT_SUPPORT as it chokes on -t and -T on the command line. [Committers note: edited commit message to add detail]
-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 79c5aaae57..3ca0511da2 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -263,6 +263,7 @@ jobs:
- "-Duserelocatableinc"
- "-Dcc='clang'"
- "-Dcc='g++'"
+ - "-Accflags=-DSILENT_NO_TAINT_SUPPORT"
steps:
- name: Install System dependencies