Remove .cargo config (set it per-computer instead)

This commit is contained in:
Olivier 'reivilibre' 2022-03-25 19:14:17 +00:00
parent 9866da2d16
commit cc1ba7c85f
3 changed files with 0 additions and 8 deletions

View File

@ -1,6 +0,0 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = [
"-C", "link-arg=-fuse-ld=mold",
]

View File

@ -9,7 +9,6 @@ pipeline:
event: [push, pull_request] event: [push, pull_request]
image: rust:1.59.0-slim image: rust:1.59.0-slim
commands: commands:
- rm -r .cargo
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
- cargo install sqlx-cli --features sqlite - cargo install sqlx-cli --features sqlite
- cd quickpeep && bash dev_db.sh && cd .. - cd quickpeep && bash dev_db.sh && cd ..

View File

@ -17,7 +17,6 @@ pipeline:
image: "rust:1.59.0" image: "rust:1.59.0"
commands: commands:
- rm -r .cargo
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
- cargo install sqlx-cli --features sqlite - cargo install sqlx-cli --features sqlite
- "qualsuff=`echo -$WOODPECKER_TAG-$WOODPECKER_ARCH | sed s%/%-%`" - "qualsuff=`echo -$WOODPECKER_TAG-$WOODPECKER_ARCH | sed s%/%-%`"