Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
e6d4b902
Commit
e6d4b902
authored
Dec 10, 2019
by
Ben Gamari
🐢
Committed by
Marge Bot
Dec 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: Use xz --threads on Debian 10
parent
af763765
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
No files found.
.gitlab-ci.yml
View file @
e6d4b902
...
...
@@ -649,7 +649,8 @@ validate-x86_64-linux-deb9-dwarf:
variables
:
TEST_ENV
:
"
x86_64-linux-deb10"
BIN_DIST_PREP_TAR_COMP
:
"
./ghc-x86_64-deb10-linux.tar.xz"
XZ
:
"
xz
-T0"
# pxz doesn't exist; it's xz --threads
XZ
:
"
xz
--threads=$CORES"
cache
:
key
:
linux-x86_64-deb10
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment