fix CI build (rustup init)
Some checks failed
Build Alpine Packages / build-and-publish (push) Failing after 20m9s
Some checks failed
Build Alpine Packages / build-and-publish (push) Failing after 20m9s
This commit is contained in:
@@ -38,11 +38,15 @@ export LIBRARY_PATH="/usr/lib"
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
rustup toolchain install --profile minimal --no-self-update "$_rust_toolchain"
|
rustup-init \
|
||||||
|
-y \
|
||||||
|
--no-modify-path \
|
||||||
|
--profile minimal \
|
||||||
|
--default-toolchain "$_rust_toolchain"
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
rustup run "$_rust_toolchain" cargo build \
|
"$CARGO_HOME"/bin/rustup run "$_rust_toolchain" cargo build \
|
||||||
--release \
|
--release \
|
||||||
--locked \
|
--locked \
|
||||||
--bin greptime \
|
--bin greptime \
|
||||||
|
|||||||
Reference in New Issue
Block a user