Skip to content

Commit 586cdc8

Browse files
authored
Switch to ld.bfd --version
`ld --version` prints `Ubuntu LLD 18.1.3 (compatible with GNU linkers)` but we want to see glibc version.
1 parent c6560e5 commit 586cdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ echo @@@BUILD_STEP Info@@@
5757
echo
5858
uname -a
5959
echo
60-
ld --version
60+
ld.bfd --version
6161
echo
6262
uptime
6363
echo

0 commit comments

Comments
 (0)