Skip to content

Commit

Permalink
update binutils to 2.42, nano as default editor
Browse files Browse the repository at this point in the history
  • Loading branch information
rahilarious committed Feb 21, 2024
1 parent e03882e commit f07dc77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN \
\
echo '####### Update portage & toolchain if necessary ######' && \
emerge -v --quiet-build -gkb1u sys-apps/portage && \
emerge -vgkbu1 --quiet-build -X 'sys-devel/binutils:2.42' sys-libs/glibc sys-devel/gcc sys-devel/binutils sys-kernel/linux-headers && \
emerge -vgkbu1 --quiet-build sys-libs/glibc sys-devel/gcc sys-devel/binutils sys-kernel/linux-headers && \
emerge -c sys-devel/binutils sys-devel/gcc ; \
\
emerge -vgkbn1 --quiet-build sys-devel/distcc && \
Expand Down Expand Up @@ -104,6 +104,7 @@ RUN \
{ \
echo 'base_packages:'; \
echo ' - app-editors/mg'; \
echo ' - app-editors/nano'; \
echo ' - app-eselect/eselect-repository'; \
echo ' - app-misc/jq'; \
echo ' - app-misc/neofetch'; \
Expand Down Expand Up @@ -141,10 +142,13 @@ RUN \
emerge -c ; \
\
echo '############ Rebuilding whole stage3 #########' && \
emerge -vgkb --quiet-build --with-bdeps=y -e -X 'sys-devel/binutils:2.42' @world && \
emerge -vgkb --quiet-build --with-bdeps=y -e @world && \
\
echo '############ Post installation configurations #########' && \
\
echo '############ setting nano as default editor #########' && \
eselect editor set nano && \
\
echo '############ Cleaning up #########' && \
emerge -c && \
distcc-config --set-hosts "localhost" && \
Expand Down
2 changes: 1 addition & 1 deletion gentoo-distccd/config.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EXTRA_TAG="gcc-13.2-binutils-2.41-clang-17.0"
EXTRA_TAG="gcc-13.2-binutils-2.42-clang-17.0"

0 comments on commit f07dc77

Please sign in to comment.