Skip to content

Commit 4a69e7b

Browse files
authored
Install gold linker on Fedora 41 (#486)
The gold linker is required when building targts for several lldb tests.
1 parent a19f330 commit 4a69e7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift-ci/main/fedora/41/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ RUN yum install -y \
2929
libstdc++-devel \
3030
libstdc++-static \
3131
ninja-build \
32-
gnupg
32+
gnupg \
33+
binutils-gold
3334

3435
ARG SWIFT_PLATFORM=fedora39
3536
ARG SWIFT_VERSION=6.1

0 commit comments

Comments
 (0)