summaryrefslogtreecommitdiffstats
path: root/ci/before_deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/before_deploy.sh')
-rw-r--r--ci/before_deploy.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index fc4915b..8eba8d1 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -15,8 +15,7 @@ main() {
;;
esac
- # This will slow down the build, but is necessary to not run out of disk space
- cargo clean
+ test -f Cargo.lock || cargo generate-lockfile
cross rustc --bin cloak --target $TARGET --release -- -C lto