-
Notifications
You must be signed in to change notification settings - Fork 73
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 Build: what happens if we get rid of nrwl packages and replace with nx equiv… #736
Conversation
…ilant? the build issue seems to be related to conflicting nx versions
this seemed to work to get around the dependency installation error i saw here: https://github.com/LIT-Protocol/js-sdk/actions/runs/12204989808/job/34051291211 but a new error appeared. maybe the docker container is dying? i can use the warpbuild "ssh into a runner" thingy to debug.
|
some progress - i was able to SSH in and get these logs from Shiva
|
Now seeing that libc6 is missing. Going to add to lit-assets and re-run here with that commit hash.
|
ok i think i figured out the actual issue! i believe that we were using "latest" for making the build, which uses ubuntu 24 on warpbuild, but then docker uses ubuntu 22, which causes the "missing glibc" issue, because the build happened on a different version of ubuntu with a diff libc. i'm testing changing the build to happen using ubuntu 22, so that it should work out of the box with docker ubuntu 22. |
this seems to work - but i want to see if we can dynamically get the latest datil release commit hash so that we don't have to fix this every 30 days when the github artifact expires lol. that PR is an extension of this one here #737 |
Closing in favor of #736 which includes everything in this PR but also dynamically gets the latest datil build commit hash. |
…ilant? the build issue seems to be related to conflicting nx versions
Ref: nrwl/nx#26517
The error in our CI: