We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when updating scripts/rust-toolchain to 1.74.0 as required by core v1.136.0, there are some undefined symbols during linking:
scripts/rust-toolchain
1.74.0
https://gist.github.com/r10s/fc57a140b20c14ff9a02224f8c5c8aaf
as very common things as stderr are missing, i assume, i missed sth. very basic.
what i did:
./scripts/install-toolchains.sh
./scripts/ndk-make.sh
The text was updated successfully, but these errors were encountered:
ftr, iOS upgrade to toolchain 1.74.0 and core v1.136.0 works
Sorry, something went wrong.
completely overseen the other pr, will try over :)
With #2967 preview builds, so this should be doable.
maybe some caching or whatnot, will have a second look later on
No branches or pull requests
when updating
scripts/rust-toolchain
to1.74.0
as required by core v1.136.0, there are some undefined symbols during linking:https://gist.github.com/r10s/fc57a140b20c14ff9a02224f8c5c8aaf
as very common things as stderr are missing, i assume, i missed sth. very basic.
what i did:
scripts/rust-toolchain
to1.74.0
./scripts/install-toolchains.sh
./scripts/ndk-make.sh
The text was updated successfully, but these errors were encountered: