Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The centos:7 build no longer works on github due to this: Run actions/checkout@v3 /usr/bin/docker exec 02e2cf2da72963d76b12a421e48bc0790138ee97bf567c8afcdf792dbc2093d8 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) See actions/checkout#1590 The workaround suggested there does not work, at least for centos:7. Instead, we'll open-code the checkout operation instead of using the github action. For the other jobs, which still work for now, move to the non-deprecated checkout@v4. Signed-off-by: John Levon <[email protected]>
- Loading branch information