You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
a27f30c73e
commit
26fd0ba4bf
@ -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
|
||||
|
Reference in New Issue
Block a user