Skip to content

Commit

Permalink
ci: Use mold linker
Browse files Browse the repository at this point in the history
  • Loading branch information
robo9k committed Sep 27, 2023
1 parent bf37f3a commit ebeb7fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
toolchain: "1.56.0" # hardcoded crate MSRV, see rust-toolchain.toml etc.
# minimal profile includes rustc component which includes cargo and rustdoc

- uses: rui314/setup-mold@354d1662b2a6f02e5eccc9712f22657621bf645b # does not have recent tags

- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0

- run: cargo +${{ steps.toolchain.outputs.name }} build --all-targets --all-features --verbose
Expand All @@ -50,6 +52,8 @@ jobs:
toolchain: "stable"
# minimal profile includes rustc component which includes cargo and rustdoc

- uses: rui314/setup-mold@354d1662b2a6f02e5eccc9712f22657621bf645b # does not have recent tags

- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0

- uses: taiki-e/install-action@5b205dd5b807eef56fdbfeedeedcee63c5d44090 # v2.18.16
Expand Down

0 comments on commit ebeb7fa

Please sign in to comment.