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
This is a comeback of part of #344. While our latest CI run in this repo worked on October 23 (there haven't been new commits since then), re-running those jobs in my fork of the repo shows CentOS 7 fail:
Run actions/checkout@v3
/usr/bin/docker exec b9b6e0f8dac5d5968b264f4d584547a642b3662e26d287882e0787c93b1fda4b sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)
I suppose we'll see similar failure in here upon next commit. @vt-alt
The text was updated successfully, but these errors were encountered:
Native GA container cannot handle `centos:7` anymore, and workarounds are
ugly. Just use native docker, which we have in cross workflow. (Even
though it will not be a cross build. Maybe it will be better renamed do
docker build.)
To support this `cross.yml` is reworked to run any command instead of
getting a simple list of packages from matrix.
Fixes: lkrg-org#359
Signed-off-by: Vitaly Chikunov <[email protected]>
vt-alt
added a commit
to vt-alt/lkrg
that referenced
this issue
Dec 4, 2024
Native GA container cannot handle `centos:7` anymore, and workarounds are
ugly. Just use native docker, which we have in cross workflow. (Even
though it will not be a cross build. Maybe it will be better renamed do
docker build.)
To support this `cross.yml` is reworked to run any command instead of
getting a simple list of packages from matrix.
Fixes: lkrg-org#359
Signed-off-by: Vitaly Chikunov <[email protected]>
This is a comeback of part of #344. While our latest CI run in this repo worked on October 23 (there haven't been new commits since then), re-running those jobs in my fork of the repo shows CentOS 7 fail:
https://github.com/solardiz/lkrg/actions/runs/12124977914/job/33803880003
I suppose we'll see similar failure in here upon next commit. @vt-alt
The text was updated successfully, but these errors were encountered: