-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
rust: update to 1.80.1 #21598
rust: update to 1.80.1 #21598
Conversation
c28da68
to
5f4731a
Compare
We may still need to set wasi-sysroot for all wasm32-wasip* targets. |
But is it possible to only disable self-contained for target $OSTYPE? |
cda70e2
to
ffa4bfc
Compare
I pushed the change, but it'll probably not work because the environment variable I used usually generated for |
it's also set for build.rs |
025f870
to
0309b75
Compare
I afraid it may not be that simple: rust-lang/rust#74103 |
that means that it can't be enable at the moment. I'll comment it in config.toml so we can mlve back to it in future |
rust-wasm now compiles with self-contained objects properly and |
2a0be5a
to
6c6ca17
Compare
debug
option is set (see rust: don't generate debuginfo on i686 #21581 (comment))rust
: remove license installation asrustdoc
is now a part of main package (it installs license files in doc directory)rust-wasm
: don't strip binaries, add missingwasi-libc
dependencyand CFG (addresses Integrate Control Flow Guard into MSYS2 #16833)in config.toml