Skip to content

crossdev: skip binpkg for intermediate cross-compiler stages#42

Closed
mattst88 wants to merge 1 commit into
gentoo:masterfrom
mattst88:no-binpkg-for-intermediate-stages
Closed

crossdev: skip binpkg for intermediate cross-compiler stages#42
mattst88 wants to merge 1 commit into
gentoo:masterfrom
mattst88:no-binpkg-for-intermediate-stages

Conversation

@mattst88
Copy link
Copy Markdown
Contributor

Headers-only and stage1 builds get superseded by later stages; generating binpkgs for them wastes time and pollutes the binpkg repo with packages that will never be used.

  • kernel headers quick/stage1: suppress when a later stage rebuilds them
  • libc headers-only: suppress when stage3 builds the full libc
  • gcc stage1: suppress when stage4 builds the full compiler
  • K2PKG/K3PKG stage1: suppress when stage3 rebuilds them

Headers-only and stage1 builds get superseded by later stages;
generating binpkgs for them wastes time and pollutes the binpkg repo
with packages that will never be used.

- kernel headers quick/stage1: suppress when a later stage rebuilds them
- libc headers-only: suppress when stage3 builds the full libc
- gcc stage1: suppress when stage4 builds the full compiler
- K2PKG/K3PKG stage1: suppress when stage3 rebuilds them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant