mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Don’t create unexisting dir
This commit is contained in:
parent
d9f2cded26
commit
8a92e52f96
@ -28,7 +28,6 @@ steps:
|
|||||||
- bash: |
|
- bash: |
|
||||||
set -ex
|
set -ex
|
||||||
env
|
env
|
||||||
mkdir -p $SCCACHE_DIR
|
|
||||||
SCCACHE_ERROR_LOG=`pwd`/sccache.log RUST_LOG=debug $RUSTC_WRAPPER --start-server
|
SCCACHE_ERROR_LOG=`pwd`/sccache.log RUST_LOG=debug $RUSTC_WRAPPER --start-server
|
||||||
$RUSTC_WRAPPER -s
|
$RUSTC_WRAPPER -s
|
||||||
cat sccache.log
|
cat sccache.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user