From 6898593688e7ee499cbf3dd46a465f063cc191af Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 29 Dec 2022 09:49:27 +0000 Subject: [PATCH] Add dev-lang/rust and www-client/traveller to notmpfs env to compile on-disk rather than in-memory due to lack of memory for compilation. --- portage/package.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/package.env b/portage/package.env index 3f7b135..1927474 100644 --- a/portage/package.env +++ b/portage/package.env @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 1.0.0.31 +# Version: 2.0.0.32 # Malloc, No LTO @@ -11,7 +11,7 @@ app-crypt/efitools malloc-nolto.conf app-shells/zsh malloc-nolto.conf # No LTO -dev-lang/rust nolto.conf +dev-lang/rust nolto.conf notmpfs.conf sys-libs/libcap nolto.conf sys-process/bottom nolto.conf x11-terms/alacritty nolto.conf @@ -349,7 +349,7 @@ sys-libs/musl basic.conf sys-libs/slang basic.conf # Chromium -www-client/traveller chromium.conf +www-client/traveller chromium.conf notmpfs.conf # GCC - No PIE app-arch/zip gcc-nopie.conf