Skip to content

Commit

Permalink
Merge pull request #1378 from rust-ndarray/use-mold
Browse files Browse the repository at this point in the history
Use mold linker to speed up ci
  • Loading branch information
bluss committed Mar 31, 2024
2 parents d37c0c8 + 330e915 commit 77332b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -58,6 +58,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- uses: rui314/setup-mold@v1
- uses: Swatinem/rust-cache@v2
- name: Install openblas
run: sudo apt-get install libopenblas-dev gfortran
Expand All @@ -81,6 +82,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}
- uses: rui314/setup-mold@v1
- uses: Swatinem/rust-cache@v2
- name: Install cross
run: cargo install cross
Expand Down

0 comments on commit 77332b1

Please sign in to comment.