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
We had pinned back our cargo-lambda version due to CI failures. Ref: #989
The cargo-lambda issue was closed because it was determined that the issue had to do with the underlying zig install. essentially, you need libraries available, not just the binary. Ref: cargo-lambda/cargo-lambda#856 (comment)
I poked around a bit, and it does unpack the zig release tarball and seemingly adds the whole thing to path... so not sure exactly why it doesn't work. This needs more investigation.