-
Notifications
You must be signed in to change notification settings - Fork 470
[[email protected]] No working prebuilt ReScript compiler #5834
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
Comments
Hail the cache, it works well when it hits. But still would be nice to have a prebuilt version. Looks like the line is failing, don't know how it's related to the new |
I've found the related PR #5533 Now the workflow uses |
Hmm, I don't know. In theory we could revert this change for the 10.1 release branch and keep it for 11.x only, but that will just postpone the problem a little. The 18.04 Github-hosted runner is already deprecated and will cause intermittent build failures, and, after 2023/04/01, it will not be available anymore at all. What if we need to do a 10.1.x maintenance release then? If we want Ubuntu 18.04 available for the longer term, somebody would need to deploy and maintain a self-hosted Github actions runner for it. /cc @cristianoc |
Indeed postponing the change seems complicated. |
Thank you. Kind of an expected answer. The problem is that we use Vercel, and I couldn't figure out how to configure the OS used for builds. |
Do we understand what the underlying problem is here...? |
Yes, see #5533. |
Right. Glibc ✝️ |
@DZakh I discussed this again with @cristianoc as more people have reported being affected by this. We have decided to indeed revert this change for the 10.1 release branch. |
@DZakh There is now a version 10.1.1 out with statically linked Linux binaries. (It is currently still set to |
Nice, I'm going to try it out today |
It works 🔥 Build with cache Build without cache |
Actually I meant linked against the old glibc, not statically linked. Statically linked binaries will be coming with v11 as stated before. Sorry for the confusion and glad to hear that 10.1.1 is working fine for you! 😄 |
I've updated rescript to the
10.1.0-rc.5
because of the issue #5638. And it works well, but the CI build took much longer. It can't find the prebuild ReScript compiler and starts building it in CI with other missing dependencies.It's the only blocker with starting using
10.1.0-rc.5
at Carla right now. Can I help with fixing the issue somehow?The text was updated successfully, but these errors were encountered: