mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
Merge pull request #129 from marineam/lbzip2
fix(profiles): Enable lbzip2 for both SDK and targets, move to profiles
This commit is contained in:
commit
06ce63152f
@ -26,11 +26,6 @@ PORTDIR_OVERLAY="
|
||||
# of the ChromiumOS set. You can use "--select" to override this.
|
||||
EMERGE_DEFAULT_OPTS="--oneshot"
|
||||
|
||||
# Use parallel bzip2 for portage
|
||||
# TODO(marineam): switch to lbzip2
|
||||
PORTAGE_BZIP2_COMMAND="pbzip2"
|
||||
PORTAGE_BUNZIP2_COMMAND="pbunzip2 --ignore-trailing-garbage=1"
|
||||
|
||||
# Where to store built packages.
|
||||
PKGDIR="/var/lib/portage/pkgs"
|
||||
|
||||
|
@ -37,10 +37,6 @@ PORTDIR_OVERLAY="
|
||||
# of the ChromiumOS set. You can use "--select" to override this.
|
||||
EMERGE_DEFAULT_OPTS="--oneshot"
|
||||
|
||||
# Use parallel bzip2 for portage
|
||||
PORTAGE_BZIP2_COMMAND="lbzip2"
|
||||
PORTAGE_BUNZIP2_COMMAND="lbunzip2"
|
||||
|
||||
FETCHCOMMAND_GS="bash -c 'BOTO_CONFIG=/home/\${PORTAGE_USERNAME}/.boto gsutil cp \"${URI}\" \"${DISTDIR}/${FILE}\"'"
|
||||
RESUMECOMMAND_GS="bash -c 'BOTO_CONFIG=/home/\${PORTAGE_USERNAME}/.boto gsutil cp \"${URI}\" \"${DISTDIR}/${FILE}\"'"
|
||||
|
||||
|
@ -48,3 +48,7 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed"
|
||||
# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
|
||||
# Build kernel modules from linux-mod by default:
|
||||
USE="${USE} modules"
|
||||
|
||||
# Use parallel bzip2 for binary packages
|
||||
PORTAGE_BZIP2_COMMAND="lbzip2"
|
||||
PORTAGE_BUNZIP2_COMMAND="lbunzip2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user