CI/FreeBSD: stop caching downloaded packages

Packages on /latest get out of date pretty quickly, anyway.
This commit is contained in:
Jan Beich 2021-04-25 01:08:24 +00:00 committed by Ivan
parent 1d9dd8d29d
commit dc2ec17886

View file

@ -109,7 +109,5 @@ freebsd_task:
CCACHE_DIR: /tmp/ccache_dir
ccache_cache:
folder: /tmp/ccache_dir
packages_cache:
folder: /var/cache/pkg
install_script: "sh -ex ./.ci/install-freebsd.sh"
script: "./.ci/build-freebsd.sh"