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

IT-3964: Add workaround for missing glibc on node20 runners #124

Closed
wants to merge 5 commits into from

Conversation

JessterB
Copy link
Contributor

No description provided.

@JessterB JessterB requested review from a team as code owners October 28, 2024 17:25
@JessterB JessterB requested review from zaro0508 and removed request for a team October 28, 2024 17:25
@@ -34,3 +34,4 @@ jobs:
DB_HOST: ${{ secrets.DB_HOST }}
DB_USER: ${{ secrets.DB_USER }}
DB_PASS: ${{ secrets.DB_PASS }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error is happening in the actions/checkout@v2 step however i think this env block is scoped to the Import Synapse Data step. i would move this env to the global environment on line 23 so that it applies to all steps in this GH action job.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zaro0508 It didn't like it when I added the config to deploy.environment:
Screenshot 2024-10-28 at 11 44 09 AM

So I added deploy.env and put it there.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

according to the github action docs, my suggestion seems solid. maybe your schema validator needs an update?

@JessterB JessterB closed this Oct 28, 2024
@JessterB JessterB deleted the IT-3964 branch October 28, 2024 19:02
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