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

CI builds on Ubuntu less than 20.04 are failing #417

Open
esabol opened this issue Dec 4, 2024 · 1 comment
Open

CI builds on Ubuntu less than 20.04 are failing #417

esabol opened this issue Dec 4, 2024 · 1 comment
Labels

Comments

@esabol
Copy link
Member

esabol commented Dec 4, 2024

The ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true workaround has stopped working.

Might need to finally drop all of our CI builds for gcc/g++ 4.8.x through 8.x. :(

I'm investigating the following workarounds:

https://github.com/barlesh/workaround-gh-co-and-artifact-on-old-os/blob/main/.github/workflows/ci.yml

nodesource/distributions#1392 (comment)

Not sure how much effort I want to put into this. I think the first workaround sounds promising.

@esabol esabol added the testing label Dec 4, 2024
@esabol
Copy link
Member Author

esabol commented Jan 5, 2025

Found a new workaround for building/testing on older Ubuntu versions that should fit our needs:

actions/checkout#1590 (comment)

I just need to find some time to implement it into our ci.yml file.

I recently discovered https://github.com/nektos/act/, which allows you to run GitHub Actions workflows locally. If I can get that working, that would make developing/testing GitHub Actions workflows much easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant