Skip to content
Snippets Groups Projects
Commit ad29a88e authored by Marek Szuba's avatar Marek Szuba
Browse files

.gitlab-ci.yml: switch to single-threaded Perl

Devel::Cover still does not work with threads, causing weird failures
(possibly segfaults) in registry.t - and IMHO we shouldn't use different
threadedness for different versions of Perl we test.
parent c226c1dc
No related branches found
No related tags found
1 merge request!443Gitlab CI: enable triggering of dependent builds on Travis
......@@ -41,7 +41,7 @@ before_script:
test:perl5.14-sqlite:
stage: test
image: perl:5.14-threaded
image: perl:5.14
variables:
COVERALLS: "false"
DB: "sqlite"
......@@ -50,7 +50,7 @@ test:perl5.14-sqlite:
test:perl5.30-mysql:
stage: test
image: perl:5.30-threaded
image: perl:5.30
variables:
# Note: relies on the secret variable COVERALLS_REPO_TOKEN for report uploads to work
COVERALLS: "true"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment