CI: fix CMake installation for 32/64 bit dist Linux#114053
CI: fix CMake installation for 32/64 bit dist Linux#114053bors merged 1 commit intorust-lang:masterfrom
dist Linux#114053Conversation
|
(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-linuxdist 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)).