Remove caching until ICC is fixed (#196)

* Remove caching until ICC is fixed

* Fix default toolchain unset error
next
Sayan 3 years ago committed by GitHub
parent e9662ef8b6
commit 8fb8d60b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,8 +22,6 @@ steps:
from_secret: srcenv
CARGO_HOME:
from_secret: cargohome
CARGO_TARGET_DIR:
from_secret: cargotarget
commands:
- source $SRCENV/.cargo/env
- export RUSTUP_HOME=$SRCENV/.rustup
@ -38,8 +36,6 @@ steps:
from_secret: srcenv
CARGO_HOME:
from_secret: cargohome
CARGO_TARGET_DIR:
from_secret: cargotarget
TARGET: aarch64-apple-darwin
VERSION: ${DRONE_TAG}
ARTIFACT: aarch64-apple-darwin

Loading…
Cancel
Save