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
Stage 0
Commits
297d6ccb
Commit
297d6ccb
authored
Dec 19, 2020
by
James T. Lee
Browse files
Rebuild ncurses explicitly
This build consistently fails, possibly relating to make parallelism.
parent
408fd695
Pipeline
#201
failed with stage
in 7 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Containerfile
Containerfile
+4
-2
No files found.
Containerfile
View file @
297d6ccb
...
@@ -16,8 +16,10 @@ COPY --from=nest-overlay / /var/db/repos/nest/
...
@@ -16,8 +16,10 @@ COPY --from=nest-overlay / /var/db/repos/nest/
# Rebuild all packages using a custom profile
# Rebuild all packages using a custom profile
RUN eselect profile set "nest:${PROFILE}"
RUN eselect profile set "nest:${PROFILE}"
RUN emerge --info && emerge -v1 sys-apps/portage sys-libs/libcap
RUN emerge --info && emerge -v1 sys-apps/portage && emerge --info
RUN emerge --info && emerge -vDuN --with-bdeps=y @world
RUN emerge -v1 sys-libs/libcap
RUN MAKEOPTS='-j1' emerge -v1 sys-libs/ncurses
RUN emerge -vDuN --with-bdeps=y @world
RUN emerge --depclean
RUN emerge --depclean
RUN emerge -ev @world
RUN emerge -ev @world
...
...
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