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 1
Commits
856d4ed5
Commit
856d4ed5
authored
Jul 18, 2021
by
James T. Lee
Browse files
Break out of freetype/harfbuzz circular dependency
parent
cd162536
Pipeline
#780
canceled with stage
in 5 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
.gitlab-ci.yml
.gitlab-ci.yml
+4
-0
Containerfile
Containerfile
+2
-2
No files found.
.gitlab-ci.yml
View file @
856d4ed5
...
...
@@ -21,6 +21,10 @@
-
'
buildah
bud
--build-arg
STAGE0_TAG="$CPU"
-t
"${CI_REGISTRY_IMAGE}/debug:${CPU}-${ROLE}"
-f
Containerfile.debug
.'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}:${CPU}-${ROLE}"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}/debug:${CPU}-${ROLE}"'
rules
:
-
if
:
'
$BUILD
&&
$BUILD
!=
$CPU'
when
:
never
-
when
:
always
'
Build
haswell-server'
:
<<
:
*template
...
...
Containerfile
View file @
856d4ed5
...
...
@@ -16,10 +16,10 @@ RUN puppet agent --test --certname builder --environment main --tags nest::base:
ENV LANG=en_US.UTF-8
# Switch to desired profile and make the base system consistent with it,
#
breaking out of a possible circular dependency between mesa and libva
.
#
while avoiding circular dependencies
.
RUN eselect profile set "nest:${PROFILE}"
RUN emerge --info
RUN
USE='-vaapi' emerge -v --update --deep
--ne
wuse --with-bdeps=y @world
RUN
if [[ $PROFILE == *workstation* ]]; then USE="-cairo -opengl -truetype" emerge -v
--
o
ne
shot media-libs/harfbuzz x11-libs/libva; else true; fi
RUN emerge -v --update --deep --newuse --with-bdeps=y @world
RUN emerge --depclean
...
...
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