Skip to content

Commit

Permalink
CI: Remove unused caching from FreeBSD build script
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Dec 31, 2023
1 parent cadd4c7 commit 7cea714
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ci/scripts/freebsd-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,5 @@ source "$HOME/.cargo/env"

cd /vagrant

if [ -f build-artifacts.tar ]; then
tar xf build-artifacts.tar
rm -f build-artifacts.tar
fi

cargo build --no-default-features --release --workspace --all-targets
cargo test --no-default-features --release

tar cf build-artifacts.tar target
tar rf build-artifacts.tar .cargo/git || true
tar rf build-artifacts.tar .cargo/registry || true

0 comments on commit 7cea714

Please sign in to comment.