You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any idea what caused this? I'm guessing it's an external change, maybe a zig version? I don't think anything has changed in that path, and the commit it failed on is
Our CI uses the master branch of the Zig compiler. Commit ziglang/zig@c20ad51 changes a bunch of stuff which breaks it because it removes the linkSystemLibraryName function.
We use the goto-bus-stop/setup-zig GitHub Action which allows us to optionally specify the version of the Zig compiler to use. We could set it to version 0.11.0 for now.
What's up?
Any idea what caused this? I'm guessing it's an external change, maybe a zig version? I don't think anything has changed in that path, and the commit it failed on is
https://github.com/PRQL/prql/actions/runs/7412719385/job/20172886376
CC @vanillajonathan as our resident zig expert! :)
Disabled in #4051
The text was updated successfully, but these errors were encountered: