mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-06-17 09:26:53 +00:00
build: replace mold with the wild linker
This commit is contained in:
parent
b43d88c749
commit
b42e6f4af9
8 changed files with 53 additions and 66 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
|
@ -73,8 +73,10 @@ jobs:
|
|||
if: ${{ !matrix.build_std }}
|
||||
run: rustup target add ${{ matrix.target }}
|
||||
|
||||
- name: "Make Mold the default linker"
|
||||
uses: rui314/setup-mold@v1
|
||||
- name: "Install the wild linker"
|
||||
uses: wild-linker/action@0.9.0
|
||||
- name: "Put wild on PATH"
|
||||
run: echo "$RUNNER_TEMP/wild-install" >> "$GITHUB_PATH"
|
||||
|
||||
- name: "Setup cross-compilation toolchain"
|
||||
uses: taiki-e/setup-cross-toolchain-action@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue