Skip to content

Commit ecb35e5

Browse files
committed
Revert "config to switch linker to mold for linux target (#51)"
This reverts commit 860547f. PROBLEM: messes up docker push SOLUTION: remove linker switch NOTE: issues mentioned in 86054 still apply, and will be addressed in this PR.
1 parent 63c06a2 commit ecb35e5

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.cargo/config.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: rui314/setup-mold@v1
1918
- uses: Swatinem/rust-cache@v1
2019
with:
2120
cache-on-failure: true

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: rui314/setup-mold@v1
1918
- uses: Swatinem/rust-cache@v1
2019
with:
2120
cache-on-failure: true

0 commit comments

Comments
 (0)