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

[fix][ci] configure aws creds manually to avoid node20 issues on inco… #3469

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

siddvenk
Copy link
Contributor

…mpatible os

Description

This absolutely fun workaround is needed because all actions (like aws-actions/configure-aws-credentials@v2) that rely on Node have been forced by Github to use Node 20, but the way Node is used by external actions is by dynamically linking against libc. On AL2, the glibc is not compatible with Node 20 so everything breaks!

The solution is to just authenticate ourselves, which is a bit of a process with oidc + aws

@siddvenk siddvenk requested review from zachgk, frankfliu and a team as code owners September 13, 2024 00:22
@siddvenk siddvenk force-pushed the native-jni-pytorch-s3 branch from e32be9f to 59414a0 Compare September 13, 2024 00:24
@siddvenk siddvenk merged commit 1225aea into master Sep 13, 2024
8 checks passed
@siddvenk siddvenk deleted the native-jni-pytorch-s3 branch September 13, 2024 03:18
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