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
c003017f
Commit
c003017f
authored
Feb 21, 2021
by
James T. Lee
Browse files
Avoid USE conflicts with 'binary'
parent
e8b6f38c
Pipeline
#561
canceled with stage
in 3 minutes and 16 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
c003017f
...
@@ -9,12 +9,13 @@ variables:
...
@@ -9,12 +9,13 @@ variables:
script
:
script
:
-
'
emerge
--sync'
-
'
emerge
--sync'
-
'
MAKEOPTS="$CI_HOST_MAKEOPTS"
emerge
-v
-j1
--onlydeps
"=dev-lang/ghc-${VERSION}"'
-
'
MAKEOPTS="$CI_HOST_MAKEOPTS"
emerge
-v
-j1
--onlydeps
"=dev-lang/ghc-${VERSION}"'
-
'
tar
-C
/
-xvf
"/nest/portage/distfiles/ghc-bin-${VERSION}-${CHOST}.tbz2"'
-
'
BINPKG_COMPRESS=bzip2
-
'
BINPKG_COMPRESS=bzip2
CFLAGS=
CFLAGS=
"-O2
-pipe"
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