-
Notifications
You must be signed in to change notification settings - Fork 23
What's our most reliable option for CI? #153
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
For the record, here's the relevant error from that build:
I am not able to reproduce this failure on main or locally. It looks like that CI failure was a legitimate build issue with the changes in #152. In that PR we added es_build to our
This sort of stupidity is exactly why want to use nix. To insulate us against things we don't control (like whatever dlls happen to be installed on the host build machine). |
Ah, I see,
Yeah, this is kind of inscrutable to me. Any chance we're able to migrate to |
Yeah, I can definitely sympathize with that and would really love to benefit from that. That said, it was a lot easier for me to work around the |
Yeah, the error is pretty buried in there, haha.
Pretty swamped today, will try to take a look tomorrow! I have a compromise I'd like to put together that I hope will be palatable. |
Well that was quite a lie. I plan to put out a PR tomorrow. Either approach will resolve #149 |
Ok, PR out for review! #156 |
The
nix-
based CI is failing with:I tried converting
CI.yaml
to a normal CI setup, but this still fails withbun
:I don't like the idea of moving the build scripts from TypeScript to JavaScript, so I'm not sure what's the best way forward.
The text was updated successfully, but these errors were encountered: