1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

chore(ci) MCOL-6071 refactorings

This commit is contained in:
aleksei.bukhalov
2025-06-30 17:37:20 +02:00
committed by Leonid Fedorov
parent a27f30c73e
commit 26fd0ba4bf
6 changed files with 30 additions and 36 deletions

View File

@ -95,8 +95,6 @@ install_sccache() {
message "getting sccache..."
rewrite_ubuntu_mirror #TODO
if command -v apt-get &>/dev/null; then
apt-get clean
apt-get update -y
@ -109,9 +107,11 @@ install_sccache() {
"https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-${sccache_arch}-unknown-linux-musl.tar.gz"
tar xzf sccache.tar.gz
install sccache*/sccache /usr/local/bin/ && echo "sccache installed"
install sccache*/sccache /usr/local/bin/ && message "sccache installed"
}
install_sccache
install_deps() {
if [[ $INSTALL_DEPS = false ]]; then
return