diff options
author | 2019-05-13 14:22:59 +0200 | |
---|---|---|
committer | 2019-10-13 15:23:51 +0200 | |
commit | b0ffa5b6225bbb08e9fa40a62593bcee2199b679 (patch) | |
tree | 4c550b778f4ed1bd76be3c7690feba29b2a49e12 | |
parent | 64788783a4995d2766d409e3a56e52eaec4c7f64 (diff) | |
download | paludis-b0ffa5b6225bbb08e9fa40a62593bcee2199b679.tar.gz paludis-b0ffa5b6225bbb08e9fa40a62593bcee2199b679.tar.xz |
ci: exherbo: Restrict build jobs for ghostscript to 1
-rw-r--r-- | ci/docker/exherbo/paludis-exherbo-clang/config/options/10_paludis.conf | 3 | ||||
-rw-r--r-- | ci/docker/exherbo/paludis-exherbo-gcc/config/options/10_paludis.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ci/docker/exherbo/paludis-exherbo-clang/config/options/10_paludis.conf b/ci/docker/exherbo/paludis-exherbo-clang/config/options/10_paludis.conf index 3eca4d8eb..52db62d07 100644 --- a/ci/docker/exherbo/paludis-exherbo-clang/config/options/10_paludis.conf +++ b/ci/docker/exherbo/paludis-exherbo-clang/config/options/10_paludis.conf @@ -48,3 +48,6 @@ dev-python/sphinxcontrib-websupport PYTHON_ABIS: 2.7 dev-python/typing PYTHON_ABIS: 2.7 dev-python/urllib3 PYTHON_ABIS: 2.7 dev-python/zopeinterface PYTHON_ABIS: 2.7 + +# The build fails without any apparant error otherwise +app-text/ghostscript build_options: jobs=1 diff --git a/ci/docker/exherbo/paludis-exherbo-gcc/config/options/10_paludis.conf b/ci/docker/exherbo/paludis-exherbo-gcc/config/options/10_paludis.conf index 3eca4d8eb..52db62d07 100644 --- a/ci/docker/exherbo/paludis-exherbo-gcc/config/options/10_paludis.conf +++ b/ci/docker/exherbo/paludis-exherbo-gcc/config/options/10_paludis.conf @@ -48,3 +48,6 @@ dev-python/sphinxcontrib-websupport PYTHON_ABIS: 2.7 dev-python/typing PYTHON_ABIS: 2.7 dev-python/urllib3 PYTHON_ABIS: 2.7 dev-python/zopeinterface PYTHON_ABIS: 2.7 + +# The build fails without any apparant error otherwise +app-text/ghostscript build_options: jobs=1 |