Skip to content

Commit 15e87a9

Browse files
committed
GH Actions CI Linux: Make ld.gold the default linker, for test coverage
Now that lld is tested by Azure & Travis, use GH Actions for gold. Cirrus & Circle use bfd.
1 parent c3d195d commit 15e87a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/supported_llvm_versions.yml

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
sudo apt-get update
7171
# Don't use latest gdb v10 from Ubuntu toolchain PPA with regressions, use official v8
7272
sudo apt-get install gdb=8.1.1-0ubuntu1
73+
- name: "Linux: Make ld.gold the default linker"
74+
if: runner.os == 'Linux'
75+
run: sudo ln -sf /usr/bin/ld.gold /usr/bin/ld
7376

7477
- name: Try to restore cached LLVM
7578
uses: actions/cache@v2

0 commit comments

Comments
 (0)