1
0
Fork 0
forked from wry/wry

it: remove RUSTC_BOOTSTRAP

This commit is contained in:
Julian Orth 2024-02-22 23:14:46 +01:00
parent b382a4f96c
commit 5dd097d615
3 changed files with 0 additions and 3 deletions

View file

@ -8,5 +8,4 @@ tasks:
rustup toolchain install stable
- build: |
cd jay
export RUSTC_BOOTSTRAP=1
cargo build

View file

@ -12,7 +12,6 @@ tasks:
sudo chmod o+rw /dev/dri/card*
- build: |
cd jay
export RUSTC_BOOTSTRAP=1
cargo build --features it
- test: |
cd jay

View file

@ -8,5 +8,4 @@ tasks:
rustup toolchain install stable
- test: |
cd jay
export RUSTC_BOOTSTRAP=1
cargo test