mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +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]
|
[alias]
|
||||||
t = "nextest run"
|
t = "nextest run"
|
||||||
|
|
||||||
|
|
6
.github/workflows/nextest.yml
vendored
6
.github/workflows/nextest.yml
vendored
|
@ -20,9 +20,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
# https://github.com/moonrepo/setup-rust
|
||||||
- uses: moonrepo/setup-rust@v1
|
- uses: moonrepo/setup-rust@v1
|
||||||
with:
|
with:
|
||||||
|
@ -35,9 +32,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- uses: moonrepo/setup-rust@v1
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue