mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-27 14:42:17 +00: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:
|
global:
|
||||||
RUSTFLAGS: -Zunstable-options -Ctarget-feature=+crt-static
|
RUSTFLAGS: -Zunstable-options -Ctarget-feature=+crt-static
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
CARGO_INCREMENTAL: 0 # should turn this back on when fixed!
|
||||||
matrix:
|
matrix:
|
||||||
- TARGET: x86_64-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
DEPLOY: 1
|
DEPLOY: 1
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
language: rust
|
language: rust
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- CARGO_INCREMENTAL=0
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# CLI builds on stable
|
# CLI builds on stable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user