Skip to content

Commit

Permalink
fix: remove dangling ld symlink (#189)
Browse files Browse the repository at this point in the history
This symlink was part of an old workaround but breaks ability of
downstreams to layer binutils, gcc, etc.

Fixes: #188
  • Loading branch information
bsherman committed Jan 31, 2024
1 parent 98c79ef commit 24b3aca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/{eyecantcu-supergfxctl,nvidia-

systemctl enable ublue-nvctk-cdi.service
semodule --verbose --install /usr/share/selinux/packages/nvidia-container.pp
ln -s /usr/bin/ld.bfd /etc/alternatives/ld
ln -s /etc/alternatives/ld /usr/bin/ld

if [[ "${IMAGE_NAME}" == "sericea" ]]; then
mv /etc/sway/environment{,.orig}
Expand Down

0 comments on commit 24b3aca

Please sign in to comment.