mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-01 17:39:11 +00:00
refactor: remove mold
This commit is contained in:
parent
b3b7087041
commit
f1eb1204b1
2 changed files with 0 additions and 10 deletions
|
@ -1,7 +1,3 @@
|
|||
# [target.x86_64-unknown-linux-gnu]
|
||||
# linker = "clang"
|
||||
# rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|
||||
|
||||
[alias]
|
||||
t = "nextest run"
|
||||
|
||||
|
|
6
.github/workflows/nextest.yml
vendored
6
.github/workflows/nextest.yml
vendored
|
@ -20,9 +20,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# - uses: rui314/setup-mold@v1
|
||||
- name: install mold
|
||||
run: sudo apt-get install -y musl-tools musl-dev libssl-dev clang mold
|
||||
# https://github.com/moonrepo/setup-rust
|
||||
- uses: moonrepo/setup-rust@v1
|
||||
with:
|
||||
|
@ -35,9 +32,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# - uses: rui314/setup-mold@v1
|
||||
- name: install mold
|
||||
run: sudo apt-get install -y musl-tools musl-dev libssl-dev clang mold
|
||||
- uses: moonrepo/setup-rust@v1
|
||||
with:
|
||||
components: clippy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue