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
/home/runner/work/autocxx/autocxx/target/debug/deps/autocxx_macro-373084fbb460146b: error while loading shared libraries: libstd-fb8c387236db3c10.so: cannot open shared object file: No such file or directory
error: test failed, to rerun pass `-p autocxx-macro --lib`
I can reproduce locally with:
cd macro
cargo +nightly -Z build-std test --target x86_64-unknown-linux-gnu
It doesn't happen without -Z build-std.
Yet, -Z build-std doesn't appear to actually build std.
The text was updated successfully, but these errors were encountered:
I can reproduce locally with:
It doesn't happen without
-Z build-std
.Yet,
-Z build-std
doesn't appear to actually build std.The text was updated successfully, but these errors were encountered: