Skip to content

Commit 5e08aba

Browse files
committed
Install binutils-gold for ld.gold
Fix CI failed due to ld.gold not found. Note: ld.gold deprecated from GNU binutils * Debian moves ld.gold from binutils to binutils-gold and flag deprecated: https://packages.debian.org/search?suite=trixie&searchon=contents&keywords=ld.gold * Which the GNU announced in GNU Binutils 2.44 released: https://lists.gnu.org/archive/html/info-gnu/2025-02/msg00001.html
1 parent 2856186 commit 5e08aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
cmake \
125125
git \
126126
googletest \
127+
binutils-gold \
127128
libjpeg-dev \
128129
libpugixml-dev \
129130
libxml2-utils \

0 commit comments

Comments
 (0)