mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
Disable incremental on CI for now
It seems... buggy!
This commit is contained in:
parent
cc11505dc8
commit
cf9ef7b570
@ -2,6 +2,7 @@ environment:
|
||||
global:
|
||||
RUSTFLAGS: -Zunstable-options -Ctarget-feature=+crt-static
|
||||
RUST_BACKTRACE: 1
|
||||
CARGO_INCREMENTAL: 0 # should turn this back on when fixed!
|
||||
matrix:
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
DEPLOY: 1
|
||||
|
@ -1,6 +1,10 @@
|
||||
language: rust
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
global:
|
||||
- CARGO_INCREMENTAL=0
|
||||
|
||||
matrix:
|
||||
include:
|
||||
# CLI builds on stable
|
||||
|
Loading…
Reference in New Issue
Block a user