mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 15:06:58 +02:00
fix(catalyst): Don't disable ebuild-locks
This doesn't make things go faster and I am suspicious that it makes things worse. For example /etc/xml/catalog winds up empty from time to time and I wonder if this locking is related to that.
This commit is contained in:
parent
6bebce9dec
commit
695ff028b3
@ -74,8 +74,6 @@ cat <<EOF
|
|||||||
export TERM='${TERM}'
|
export TERM='${TERM}'
|
||||||
export MAKEOPTS='--jobs=${NUM_JOBS} --load-average=${load}'
|
export MAKEOPTS='--jobs=${NUM_JOBS} --load-average=${load}'
|
||||||
export EMERGE_DEFAULT_OPTS="\$MAKEOPTS"
|
export EMERGE_DEFAULT_OPTS="\$MAKEOPTS"
|
||||||
# Catalyst overrides FEATURES so set it's own variable instead.
|
|
||||||
export clst_myfeatures='-ebuild-locks'
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user