This is an automated email from the ASF dual-hosted git repository.
aleksraiden pushed a commit to branch testpatch-upgrade-alpine-fix
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/testpatch-upgrade-alpine-fix
by this push:
new 4753baf49 Update Alpine setup to include package upgrades
4753baf49 is described below
commit 4753baf490811ebaa38b7d6e3201721a94ec300e
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jan 6 13:02:03 2026 +0300
Update Alpine setup to include package upgrades
---
.github/workflows/kvrocks.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index d0d3f50b7..54f1ea79a 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -585,7 +585,7 @@ jobs:
- name: Setup Alpine
if: ${{ startsWith(matrix.image, 'alpine') }}
run: |
- apk update
+ apk update && apk upgrade
apk add bash cmake curl git python3 wget make gcc g++ autoconf
linux-headers py3-pip py3-redis
echo "NPROC=$(nproc)" >> $GITHUB_ENV