Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

haskell-ci.yml: try to fix node20 glibc mismatch #14

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Conversation

juhp
Copy link
Contributor

@juhp juhp commented Sep 21, 2024

ubuntu:20.04 is focal so try that for buildpack-deps

This is to fix: https://github.com/glguy/config-value/actions/runs/10949184645/job/30401853700

Run actions/checkout@v3
/usr/bin/docker exec  8f6e793bdab35a403b58198eaf1369624e6f8fc706ca491d621d31d67f16767b sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

Though I really don't know if it is sufficient: I see other haskell-ci projects using buildpack-deps:jammy 🤷🏻

@juhp
Copy link
Contributor Author

juhp commented Sep 21, 2024

I personally find haskell-ci far too complicated and just use the simplest thing I could come up with:
eg https://github.com/juhp/select-rpms/blob/main/.github/workflows/build.yml

ubuntu:20.04 is focal so try that buildpack-deps
@juhp
Copy link
Contributor Author

juhp commented Sep 21, 2024

just fixed up the commit message (jammy -> focal): don't even know why haskell-ci is using the code-names but anyway.

@glguy glguy marked this pull request as ready for review September 21, 2024 17:26
@glguy glguy merged commit aee766c into glguy:master Sep 21, 2024
5 checks passed
@juhp juhp deleted the patch-1 branch September 22, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants