build: replace mold with the wild linker

This commit is contained in:
Amaan Qureshi 2026-06-15 21:53:46 -04:00
commit b42e6f4af9
No known key found for this signature in database
GPG key ID: 2171751AD2A2739A
8 changed files with 53 additions and 66 deletions

View file

@ -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