Skip to content
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

ASAN build failing on CI #1404

Closed
adetaylor opened this issue Oct 28, 2024 · 1 comment
Closed

ASAN build failing on CI #1404

adetaylor opened this issue Oct 28, 2024 · 1 comment

Comments

@adetaylor
Copy link
Collaborator

/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.

@adetaylor
Copy link
Collaborator Author

Attempting to fix within #1410.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant