1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00

cirrus: remove cache stuff from arm build

This commit is contained in:
Wez Furlong 2023-10-03 18:07:00 -07:00
parent d33edb0392
commit 5e306d1bd0
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -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