Skip to content

Commit

Permalink
[Enhancement] upgrade staros to version v3.4-rc4 (#56195)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Xiaohua Cai <[email protected]>
  • Loading branch information
kevincai authored Feb 25, 2025
1 parent 46c61b5 commit 5dfdf44
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker/dockerfiles/dev-env/dev-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG predownload_thirdparty=false
ARG thirdparty_url=https://cdn-thirdparty.starrocks.com/starrocks-thirdparty-main-20240411.tar
ARG commit_id
# check thirdparty/starlet-artifacts-version.sh, to get the right tag
ARG starlet_tag=v3.4-rc3
ARG starlet_tag=v3.4-rc4
# build for which linux distro: centos7|ubuntu
ARG distro=ubuntu
# Token to access artifacts in private github repositories.
Expand Down
2 changes: 1 addition & 1 deletion fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ under the License.
<iceberg.version>1.7.1</iceberg.version>
<paimon.version>1.0.1</paimon.version>
<delta-kernel.version>4.0.0rc1</delta-kernel.version>
<staros.version>3.4-rc3</staros.version>
<staros.version>3.4-rc4</staros.version>
<python>python</python>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion thirdparty/starlet-artifacts-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# https://hub.docker.com/r/starrocks/starlet-artifacts-centos7/tags
#
# Update the following tag when STARLET releases a new version.
export STARLET_ARTIFACTS_TAG=v3.4-rc3
export STARLET_ARTIFACTS_TAG=v3.4-rc4
4 changes: 2 additions & 2 deletions thirdparty/vars-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ JINDOSDK_SOURCE="jindosdk-4.6.8-linux-el7-aarch64"
JINDOSDK_MD5SUM="27a4e2cd9a403c6e21079a866287d88b"

# starcache
STARCACHE_DOWNLOAD="https://cdn-thirdparty.starrocks.com/starcache/v3.4.0-rc01/starcache-centos7_arm64.tar.gz"
STARCACHE_DOWNLOAD="https://cdn-thirdparty.starrocks.com/starcache/v3.4.0-rc02/starcache-centos7_arm64.tar.gz"
STARCACHE_NAME="starcache.tar.gz"
STARCACHE_SOURCE="starcache"
STARCACHE_MD5SUM="7b3192f2f025a634bfe287dfafeb7f0e"
STARCACHE_MD5SUM="a623fd85c2083c89e3779402f212cdb4"
4 changes: 2 additions & 2 deletions thirdparty/vars-ubuntu22-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#####################################################

# starcache
STARCACHE_DOWNLOAD="https://cdn-thirdparty.starrocks.com/starcache/v3.4.0-rc01/starcache-ubuntu22_arm64.tar.gz"
STARCACHE_DOWNLOAD="https://cdn-thirdparty.starrocks.com/starcache/v3.4.0-rc02/starcache-ubuntu22_arm64.tar.gz"
STARCACHE_NAME="starcache.tar.gz"
STARCACHE_SOURCE="starcache"
STARCACHE_MD5SUM="494ae85999217ec6982f45d71c53a59b"
STARCACHE_MD5SUM="422c86b57582c4884a923fb9b7e1324f"
4 changes: 2 additions & 2 deletions thirdparty/vars-ubuntu22-x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ JINDOSDK_SOURCE="jindosdk-4.6.8-linux-ubuntu22-x86_64"
JINDOSDK_MD5SUM="52236053391091591c2d09684791e810"

# starcache
STARCACHE_DOWNLOAD="https://cdn-thirdparty.starrocks.com/starcache/v3.4.0-rc01/starcache-ubuntu22_amd64.tar.gz"
STARCACHE_DOWNLOAD="https://cdn-thirdparty.starrocks.com/starcache/v3.4.0-rc02/starcache-ubuntu22_amd64.tar.gz"
STARCACHE_NAME="starcache.tar.gz"
STARCACHE_SOURCE="starcache"
STARCACHE_MD5SUM="ae0c0bac189630bf2f506c8aa47f6e29"
STARCACHE_MD5SUM="4fb74370d3a24d47a83b89ec0b4dfbf0"
4 changes: 2 additions & 2 deletions thirdparty/vars-x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ JINDOSDK_SOURCE="jindosdk-4.6.8-linux"
JINDOSDK_MD5SUM="5436e4fe39c4dfdc942e41821f1dd8a9"

# starcache
STARCACHE_DOWNLOAD="https://cdn-thirdparty.starrocks.com/starcache/v3.4.0-rc01/starcache-centos7_amd64.tar.gz"
STARCACHE_DOWNLOAD="https://cdn-thirdparty.starrocks.com/starcache/v3.4.0-rc02/starcache-centos7_amd64.tar.gz"
STARCACHE_NAME="starcache.tar.gz"
STARCACHE_SOURCE="starcache"
STARCACHE_MD5SUM="f4a08a1911f5dcfbbd1ef68d765cb7d2"
STARCACHE_MD5SUM="babf9fe6091663480db16129a146e2d8"

0 comments on commit 5dfdf44

Please sign in to comment.