mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
Don't use use_custom_libcxx=false on travis.
This commit is contained in:
parent
b183b01c8e
commit
60a3b98ba0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ env:
|
|||
- RUSTUP_HOME=$HOME/.rustup/
|
||||
- RUST_BACKTRACE=1
|
||||
- HOMEBREW_PATH=$HOME/homebrew/
|
||||
- DENO_BUILD_ARGS="use_custom_libcxx=false use_sysroot=false"
|
||||
- DENO_BUILD_ARGS="use_sysroot=false"
|
||||
- DENO_BUILD_PATH=$HOME/out/Default
|
||||
- CARGO_TARGET_DIR=$HOME/target
|
||||
- DENO_BUILD_MODE=release
|
||||
|
|
Loading…
Reference in a new issue