facebook / hhvm

A virtual machine for executing programs written in Hack.
https://hhvm.com
Other
18.19k stars 3k forks source link

Update rustc to 1.63.0 (2022-08-11) #9167

Closed Atry closed 2 years ago

Atry commented 2 years ago

Summary: This is needed to get D39035976 to pass - the updated version of crossbeam-epoch needs a newer version of rustc.

$ wget `fwdproxy-config wget` https://static.rust-lang.org/dist/2022-08-11/rust-nightly-x86_64-apple-darwin.tar.gz
Length: 316593160 (302M) [application/x-tar]

$ wget `fwdproxy-config wget` https://static.rust-lang.org/dist/2022-08-11/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
Length: 287820293 (274M) [application/x-tar]

$ openssl dgst -sha512 *
SHA512(rust-nightly-x86_64-apple-darwin.tar.gz)= 77beb1d67233d3954c2709a47c2513762e91e506041bb5ad8d0aad90124cb5a229dfc87e1fb767826f27a31b52520f148c52c2f3a595dac6e09a676c6e660462
SHA512(rust-nightly-x86_64-unknown-linux-gnu.tar.gz)= de136959121b4117ab31a9ae4c4b3c593d4fcdf9724bd0f62e8a4ab41becccfa4b8e92ebe1460d9be508986888b95b38620bb68b58496db89706760074b9585d

$ openssl dgst -sha256 -binary rust-nightly-x86_64-unknown-linux-gnu.tar.gz | base64
Ur3h+lgPED3 (https://github.com/facebook/hhvm/commit/31244c874ae3482b7ff091a14548a06666330bbb)iDlsLz/M+nP6Wxa5/tmi1DoZpL/IaUkc=

$ for file in *; do manifold put $file hhvm_opensource_dependency_cache/flat/rustc-2022-08-11-$file; done

Reviewed By: Atry, dtolnay

Differential Revision: D39148189

facebook-github-bot commented 2 years ago

This pull request was exported from Phabricator. Differential Revision: D39148189

facebook-github-bot commented 2 years ago

This pull request was exported from Phabricator. Differential Revision: D39148189