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
chore(ci,cmake): bump libs to HEAD of chore/zig_build branch.
Improve CI workflow by adding wrapper scripts zig-cc and zig-c++ to be used
as environment vars `CC` and `CXX`, since cmake var `CMAKE_{C,CXX}_COMPILER`
does truncate those variables to their first part (ie: before the first whitespace),
otherwise leading to issues, since only `zig` would be used as compiler by cmake.
Signed-off-by: Federico Di Pierro <[email protected]>
0 commit comments