Skip to content

Commit

Permalink
Cherry-pick a fix for k3s-io/k3s#8293
Browse files Browse the repository at this point in the history
  • Loading branch information
intelfx committed Dec 23, 2023
1 parent eee457b commit 9d4f3cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ pkgver() {
prepare() {
cd k3s

# fix #8293
git fetch origin refs/pull/9064/head
git cherry-pick --no-edit FETCH_HEAD

# moar compression
sed -i -r 's|(zstd .*)-[0-9]+|\1 --ultra -22|' \
scripts/package-cli \
Expand Down

0 comments on commit 9d4f3cc

Please sign in to comment.