From 10aadd635bf08d6aa9c3f495adbfca8a3e26118d Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 9 Feb 2026 15:43:30 +0100 Subject: [PATCH] Disable pkg cache for FreeBSD jobs These caches can get massive and evict more useful cache, like ccache. Closes GH-21179 --- .github/actions/freebsd/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/freebsd/action.yml b/.github/actions/freebsd/action.yml index 370f4c22511..2a7a323da41 100644 --- a/.github/actions/freebsd/action.yml +++ b/.github/actions/freebsd/action.yml @@ -15,6 +15,7 @@ runs: release: '13.5' usesh: true copyback: false + disable-cache: true # Temporarily disable sqlite, as FreeBSD ships it with disabled double quotes. We'll need to fix our tests. # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269889 prepare: |