]> git.lizzy.rs Git - rust.git/commit
Build cmake earlier on dist-x86_64-musl
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 28 Feb 2021 19:52:44 +0000 (20:52 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 1 Mar 2021 22:35:35 +0000 (23:35 +0100)
commitea0aa8def379657559419a4dd2707e3bc60512b8
treeb80d870f18ea89d7ee6ca9f54e6d493d888d7875
parent34352d441a6430b5b85029efc0569a88999b2ac8
Build cmake earlier on dist-x86_64-musl

musl-toolchain.sh is called with REPLACE_CC=1, so it will replace
the host compiler and the subsequent cmake build will fail because
it cannot find the openssl headers.

Move the cmake build earlier, so it happens before the compiler
is replaced.
src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile