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 uses node 16 actions via ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION for Linux x86-64 & arm64 builds #21195

Open
huonw opened this issue Jul 24, 2024 · 0 comments
Labels

Comments

@huonw
Copy link
Contributor

huonw commented Jul 24, 2024

Describe the bug

We use deprecated/unsecure node 16 to run some actions for doing a release. This isn't good and we should stop doing it. Potential options:

  1. don't run the whole job in a container, just the individual steps (i.e. install/run actions on the default GHA runner, and only run specific steps within a container)
  2. use Pants' docker_environment somehow to run the build
  3. drop support for manylinux2014/glibc 2.17, i.e. increase our platform requirements

Background: #21133, #21172

Pants version
all

OS
Linux CI

Additional info
N/A

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