Skip to content

Commit

Permalink
Use lld on x86-64 Linux
Browse files Browse the repository at this point in the history
There does not appear to be blockers for this per
rust-lang/rust#71515.
  • Loading branch information
kayabaNerve committed Nov 7, 2023
1 parent 56fd11a commit 8e8d609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-fuse-ld=lld",
]
2 changes: 1 addition & 1 deletion .github/actions/build-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Install apt dependencies
shell: bash
run: sudo apt install -y ca-certificates
run: sudo apt install -y ca-certificates lld

- name: Install Protobuf
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6
Expand Down

0 comments on commit 8e8d609

Please sign in to comment.