-
Notifications
You must be signed in to change notification settings - Fork 352
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
test that build scripts do not run in Miri #930
Conversation
Hmm. SO I got rid of everything std related I have, both in build.rs and in the code and i'm still getting that I'll try creating a new isolated library to give you as an example |
This happens even on an empty library:
|
It seems terminfo tried to read the termcap file. |
Interesting, I cannot reproduce. Which OS/distro/version is that? Also let's merge this test here -- your problem doesn't seem to have anything to do with build scripts but whatever. |
📌 Commit 7faa329 has been approved by |
test that build scripts do not run in Miri @elichai reported something that sounded a lot like build script running in Miri. But as this test shows, build scripts are not run by Miri, they are run normally. @elichai are you sure the [env var usage you were referring to](#641 (comment)) was only in a build script? Those shouldn't be affected by Miri flags at all. Is your code available somewhere so that I can try to reproduce?
This comment has been minimized.
This comment has been minimized.
📌 Commit 7faa329 has been approved by |
test that build scripts do not run in Miri @elichai reported something that sounded a lot like build script running in Miri. But as this test shows, build scripts are not run by Miri, they are run normally. @elichai are you sure the [env var usage you were referring to](#641 (comment)) was only in a build script? Those shouldn't be affected by Miri flags at all. Is your code available somewhere so that I can try to reproduce?
This comment has been minimized.
This comment has been minimized.
📌 Commit 7faa329 has been approved by |
test that build scripts do not run in Miri @elichai reported something that sounded a lot like build script running in Miri. But as this test shows, build scripts are not run by Miri, they are run normally. @elichai are you sure the [env var usage you were referring to](#641 (comment)) was only in a build script? Those shouldn't be affected by Miri flags at all. Is your code available somewhere so that I can try to reproduce?
Opened an issue: #933 |
☀️ Test successful - checks-travis, status-appveyor |
@elichai reported something that sounded a lot like build script running in Miri. But as this test shows, build scripts are not run by Miri, they are run normally.
@elichai are you sure the env var usage you were referring to was only in a build script? Those shouldn't be affected by Miri flags at all. Is your code available somewhere so that I can try to reproduce?