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

override nodejs to unbreak antique builds #4589

Merged
merged 11 commits into from
Nov 26, 2024
Merged

Conversation

abe-winter
Copy link
Member

What changed

  • in antique build, symlink /__e/node20/node to the container's node 16 intallation
  • incidental: add no-upload bool to workflow_dispatch for the static build workflow (to support my testing today)

Why

The actions nodejs install (/__e/node20/node) now requires GLIBC 2_28 and we have 2_27; antique builds are failing as a result, example here. Context: the antique container intentionally links against old GLIBC for broad compatibility.

Successful run

https://github.com/viamrobotics/rdk/actions/runs/12039219859

@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Nov 26, 2024
Copy link
Member

@Otterverse Otterverse left a comment

Choose a reason for hiding this comment

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

LGTM! How annoying to have to work around this though. Surely we're not the only people having to use "old" targets for building in github.

@abe-winter
Copy link
Member Author

was helpful to have your previous PR in the pi module repo, esp for the volume mounting trick

@abe-winter abe-winter merged commit 57230bf into main Nov 26, 2024
22 checks passed
@abe-winter abe-winter deleted the aw-antique-node-glibc branch November 26, 2024 22:34
randhid pushed a commit to randhid/rdk that referenced this pull request Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test This pull request is marked safe to test from a trusted zone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants