it: remove RUSTC_BOOTSTRAP
This commit is contained in:
parent
b382a4f96c
commit
5dd097d615
3 changed files with 0 additions and 3 deletions
|
|
@ -8,5 +8,4 @@ tasks:
|
|||
rustup toolchain install stable
|
||||
- build: |
|
||||
cd jay
|
||||
export RUSTC_BOOTSTRAP=1
|
||||
cargo build
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,5 +8,4 @@ tasks:
|
|||
rustup toolchain install stable
|
||||
- test: |
|
||||
cd jay
|
||||
export RUSTC_BOOTSTRAP=1
|
||||
cargo test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue