From 5e306d1bd0e9b76566ecc063ce8a969d3beb5633 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 3 Oct 2023 18:07:00 -0700 Subject: [PATCH] cirrus: remove cache stuff from arm build --- .cirrus.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d6ecee467..0b2c22e54 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -53,15 +53,6 @@ task: - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y getdeps_script: - env PATH=$HOME/.cargo/bin:$PATH bash get-deps - registry_cache: - folder: $CARGO_HOME/registry - fingerprint_script: cat Cargo.lock - target_cache: - folder: target - fingerprint_script: - - rustc --version - - cat Cargo.lock - before_cache_script: rm -rf $CARGO_HOME/registry/index build_script: - env PATH=$HOME/.cargo/bin:$PATH cargo build --release -p wezterm-gui wezterm wezterm-mux-server strip-ansi-escapes - ./ci/deploy.sh