Commit 9f3203a8 authored by James T. Lee's avatar James T. Lee
Browse files

Break out of freetype/harfbuzz circular dependency

parent cd162536
Pipeline #774 canceled with stage
in 16 minutes and 30 seconds
......@@ -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 --newuse --with-bdeps=y @world
RUN USE='-harfbuzz -vaapi' emerge -v --update --deep --newuse --with-bdeps=y @world
RUN emerge -v --update --deep --newuse --with-bdeps=y @world
RUN emerge --depclean
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment