mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-06-17 17:36:55 +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/hotpath-profile.yml
vendored
6
.github/workflows/hotpath-profile.yml
vendored
|
|
@ -19,8 +19,10 @@ jobs:
|
|||
with:
|
||||
rustflags: ""
|
||||
|
||||
- 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: Create metrics directory
|
||||
run: mkdir -p /tmp/metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue