-
Notifications
You must be signed in to change notification settings - Fork 13.4k
CI: fix CMake installation for 32/64 bit dist
Linux
#114053
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
@bors try |
⌛ Trying commit 934a60cecf7f6910d7e20cc61db37e907803eed9 with merge c8c872bd593ffd24db806fb556f0619bfd324e2f... |
Feels like this should fail, as cmake required cmake to build itself, bootstraping required some additional steps (https://github.com/Kitware/CMake#building-cmake), but we'll see. |
The previous version of the Dockerfile didn't seem to install CMake before running the CMake script, and the installation script itself doesn't seem to use |
In first versions you set prefix for cmake, but later removed 197390d |
Ah, that's a good point. Still, I suppose that if |
Insert |
There should be just one |
☀️ Try build successful - checks-actions |
934a60c
to
6c4437e
Compare
Good point, thanks! |
dist-x86_64-linux
dist
Linux
@bors r+ rollup |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#113872 (Tweak CGU sorting in a couple of places.) - rust-lang#114053 (CI: fix CMake installation for 32/64 bit `dist` Linux) - rust-lang#114075 (inline format!() args from rustc_codegen_llvm to the end (4)) - rust-lang#114081 (`desugar_doc_comments` cleanups) - rust-lang#114082 (add stable NullaryOp) - rust-lang#114098 (replace atty crate with std's IsTerminal) - rust-lang#114102 (Dont pass `-Zwrite-long-types-to-disk=no` for `ui-fulldeps --stage=1`) r? `@ghost` `@rustbot` modify labels: rollup
Should hopefully fix LLVM 17 build (#114048 (comment)).