-
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.83.0 #22652
base: master
Are you sure you want to change the base?
rust: update to 1.83.0 #22652
Conversation
ognevny
commented
Nov 26, 2024
•
edited
Loading
edited
- remove 2 backports applied in 1.83.0
- 0005-win32-config.patch: removed, fixed by using custom config
- change depends to match linked libraries
- config.toml: add path for cargo-clippy. to reduce build time set fast compression profile for dist tarball and don't build llvm-bitcode-linker (it is used for some tests only). set cc, cxx and others explicitly
- fix: compile wasm things with clang to get actual wasm object files
lldb is not a dependency, It's an optional dependency (with gdb) to run some debugging scripts. |
done |
lldb is not required at buildtime. You could remove it from makedepends and add it to optdepends for rust package. |
ok
already done |
fun thing: when compiling with gcc, some wasm object files are not actually wasm (report for arch)
|