Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 6840801

Browse files
committed
Drop mold entirely
1 parent 5b50c56 commit 6840801

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/binary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
- if: matrix.target == 'x86_64-unknown-linux-gnu'
3232
run: |
3333
sudo apt update
34-
sudo apt install -y --no-install-recommends mold clang pkgconf
34+
sudo apt install -y --no-install-recommends pkgconf
3535
3636
- if: matrix.target == 'aarch64-unknown-linux-gnu'
3737
run: |
3838
sudo apt update
39-
sudo apt install -y gcc-aarch64-linux-gnu mold clang pkgconf
39+
sudo apt install -y gcc-aarch64-linux-gnu pkgconf
4040
4141
- name: Build
42-
run: mold -run cargo build --release --target ${{ matrix.target }}
42+
run: cargo build --release --target ${{ matrix.target }}
4343

4444
- name: Upload artifact
4545
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)