mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
fix(make.conf): Stop disabling assorted safety features.
I don't think disabling any of these is gaining us anything and could possibly help catch or prevent assorted issues.
This commit is contained in:
parent
0d3bca59a7
commit
aa140ca72c
@ -4,9 +4,6 @@
|
||||
source "/mnt/host/source/.repo/manifests/version.txt"
|
||||
COREOS_VERSION_STRING="${COREOS_BUILD}.${COREOS_BRANCH}.${COREOS_PATCH}"
|
||||
|
||||
# Tolerate collisions (for now), disable extra locking, ignore missing digests.
|
||||
FEATURES="-collision-protect -ebuild-locks -strict"
|
||||
|
||||
# Since our portage comes from version control, we redirect distfiles
|
||||
DISTDIR="/var/lib/portage/distfiles"
|
||||
|
||||
|
@ -16,9 +16,6 @@ PORTAGE_TMPDIR=${ROOT}tmp/
|
||||
|
||||
PORT_LOGDIR=${ROOT}tmp/portage/logs/
|
||||
|
||||
# Tolerate collisions (for now), disable extra locking, ignore missing digests.
|
||||
FEATURES="-collision-protect -ebuild-locks -strict"
|
||||
|
||||
PORTAGE_WORKDIR_MODE="0755"
|
||||
PKG_CONFIG_PATH="${ROOT}usr/lib/pkgconfig/:${ROOT}usr/share/pkgconfig/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user