Merged
Conversation
…on for ubuntu 14.04 runner
Contributor
Author
|
As mentioned in this blog, GitHub actions will default use node20. The problem is that node20 will require a more recent version of glibc and glibcxx than the Ubuntu 14.04 docker image provides, that's why Since we are using the GitHub provided runner, we have no control over the external node version like forks did in this issue, so I think temporarily replacing the GitHub action in |
Contributor
Author
yamt
reviewed
Jul 17, 2024
Contributor
|
@loganek do you still need the ancient toolchain support? |
wenyongh
approved these changes
Jul 17, 2024
Collaborator
|
Thanks for Tianlong's effort, I merged the PR since we had better let nightly-run CI run every day. @loganek please upload another PR to enhance it if needed, thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Manually git clone and install dependencies instead of using git action on Ubuntu 14.04 runner