-
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
[WIP] rust: set _bootstrapping=no for all architectures #16207
base: master
Are you sure you want to change the base?
Conversation
It's experimental. Please don't merge. |
The We know this mode works for aarch64 and here I am testing it on other architectures. The The big issue with using the local rust is that it must be the latest. |
So it is "eat our own dog food" or "play it safe". |
Are build time stable/reproducible or random ? |
51566b8
to
6022466
Compare
0013-revert-lib-host-symlink.patch file was not removed. |
8e371ba
to
d83d1ce
Compare
Forgot to push the upgrade to 1.69.0 (was still on the pre-release). |
5e6fa9c
to
d591422
Compare
05db071
to
8bbb90d
Compare
1704ea7
to
211f955
Compare
63fc65d
to
f8c4359
Compare
608bc7a
to
12f22aa
Compare
ef05223
to
22b5201
Compare
ca450a3
to
4d27f22
Compare
6953943
to
356ad48
Compare
when _bootstrapping=no, the rust build is configured to use the local rust for stage 0. stage 0 will use the installed MSYS2 rust (must be the latest version...). when _bootstrapping=yes, the build is configured to download and extract the previous rust version. in this case, the official rust build will be used which kind of defeats the point (?)
No description provided.