summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-12-20 21:58:55 -0700
committerNicolas R <atoomic@cpan.org>2019-12-20 22:00:07 -0700
commitd2f363cf4e2808d8de18523304e65bd8c8210535 (patch)
treeeb854b1edc13eba6a3a4a86fdd331bc0a8116965 /.github
parent98ce5826081f980597743c6fc1c30317e263d4d6 (diff)
downloadperl-d2f363cf4e2808d8de18523304e65bd8c8210535.tar.gz
Add an extra smoker run flavor on GitHub Actions
-Duserelocatableinc is recommended in the release manager guide. Let's add it :-)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/smoke-linux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/smoke-linux.yml b/.github/workflows/smoke-linux.yml
index 40abd7b363..6eddf08873 100644
--- a/.github/workflows/smoke-linux.yml
+++ b/.github/workflows/smoke-linux.yml
@@ -27,6 +27,7 @@ jobs:
- "-DPERL_GLOBAL_STRUCT_PRIVATE"
- "-Duseshrplib -Dusesitecustomize -Duselongdouble PERL_UNICODE='' LANG='en_US.UTF-8'"
- "-Duseshrplib -Dusequadmath -Dusecbacktrace -Dusethreads PERL_UNICODE='' LANG='de_DE.UTF-8'"
+ - "-Duserelocatableinc"
steps:
- uses: actions/checkout@master