[kde-linux/kde-linux-packages/buildstream] /: only use readable cache
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5e0e4701c77a59168e74cf9af42c558151501b3d by Harald Sitter.
Committed on 31/07/2026 at 19:48.
Pushed by sitter into branch 'buildstream'.
only use readable cache
it's a bit unfortunate but we can't prevent the payload from getting
pushed, and we really don't want or need it in the cache
let's be optimistic and hope that the kde-buildstream pipeline
cached everything so we don't needlessly spin the wheels on already
cached content
M +1 -1 build.sh
https://invent.kde.org/kde-linux/kde-linux-packages/-/commit/5e0e4701c77a59168e74cf9af42c558151501b3d
diff --git a/build.sh b/build.sh
index a9f491f..d0ac25f 100755
--- a/build.sh
+++ b/build.sh
@@ -19,7 +19,7 @@ if [ "$KDECI_BUILD" = "TRUE" ]; then
# Set up cache overrides
git clone --depth=1 https://invent.kde.org/sitter/kde-buildstream.git
mkdir --parents ~/.config
- cp kde-buildstream/buildstream.conf.writable ~/.config/buildstream.conf
+ cp kde-buildstream/buildstream.conf.readable ~/.config/buildstream.conf
set +x
echo "$BST_CACHE_TOKEN" > /tmp/bst-cache-token
set -x