You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validate-install-from-source: bump Alpine LTS to latest non-EOL one
The Alpine container we use still is at version v3.14 (which, from a
numerophile's point of view is a quite pleasing number). However, this
Alpine version is past its support, as pointed out in
actions/checkout#2246 (comment)
One fallout is that since I upgraded Git Credential Manager's GitHub
workflows to require Node.JS 24, we are now greeted with this error:
Run actions/checkout@v5
/usr/bin/docker exec 7d1dbaed0040c61df8247f411d8220c2fb587aa0a7536d22ed12caff60b592da sh -c "cat /etc/*release | grep ^ID"
Error relocating /__e/node24_alpine/bin/node: pthread_getname_np: symbol not found
For details about this run, see
https://github.com/git-ecosystem/git-credential-manager/actions/runs/17937675613/job/51006830230
Let's switch to the oldest, just _barely_ supported Alpine version
(https://alpinelinux.org/releases/ says that v3.19 will be out of
support this November).
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments