Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Tools
GHC
Commits
c222b9a7
Commit
c222b9a7
authored
Feb 21, 2021
by
James T. Lee
Browse files
Avoid USE conflicts with 'binary'
parent
e8b6f38c
Pipeline
#513
passed with stage
in 620 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
c222b9a7
...
@@ -14,7 +14,7 @@ variables:
...
@@ -14,7 +14,7 @@ variables:
FEATURES=-splitdebug
FEATURES=-splitdebug
MAKEOPTS="$CI_HOST_MAKEOPTS"
MAKEOPTS="$CI_HOST_MAKEOPTS"
PKGDIR=/tmp/packages
PKGDIR=/tmp/packages
USE="ghcbootstrap
ghcmakebinary"
USE="ghcbootstrap
ghcmakebinary
-binary
"
ebuild
"/var/db/repos/nest/dev-lang/ghc/ghc-${VERSION}.ebuild"
package'
ebuild
"/var/db/repos/nest/dev-lang/ghc/ghc-${VERSION}.ebuild"
package'
-
'
cp
"/tmp/packages/dev-lang/ghc/ghc-${VERSION}-1.xpak"
"/nest/portage/distfiles/ghc-bin-${VERSION}-${CHOST}.tbz2"'
-
'
cp
"/tmp/packages/dev-lang/ghc/ghc-${VERSION}-1.xpak"
"/nest/portage/distfiles/ghc-bin-${VERSION}-${CHOST}.tbz2"'
...
...
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