summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-09-21 13:20:06 +0000
committerNicholas Clark <nick@ccl4.org>2021-09-26 08:51:18 +0000
commite36174629b92bc2a269fdc0bf2ab38208364a77c (patch)
tree58e8d562a18cbbe250c558a7ce0f118e4ad29ca2 /.github/workflows
parent0e45be4210bae277313f9a5b533778a658db04b3 (diff)
downloadperl-e36174629b92bc2a269fdc0bf2ab38208364a77c.tar.gz
Test ASAN with -DDEBUGGING (and so also with assertions enabled)
Make it clear in the earlier comment about -DDEBUGGING that it was referencing the "linux" job, not the entire file.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/testsuite.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index bfed4043fb..e73bbf796f 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -61,7 +61,7 @@ jobs:
# "sanity_check" tests -Dusethreads without -DDEBUGGING
# "linux-i386" tests -Uusethreads without -DDEBUGGING
- # All other linux builds test with -DDEBUGGING
+ # All builds in the "linux" matrix test with -DDEBUGGING
sanity_check:
name: "Sanity: Linux -Dusethreads"
@@ -528,6 +528,7 @@ jobs:
# test that the arena code doesn't have any goofs.
CONFIGURE_ARGS:
- "-Accflags=-DPURIFY"
+ - "-DDEBUGGING"
- "-Dusethreads"
steps: