From 4f7ea7112c8db6c94c01f762fad1ce1477be608d Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Tue, 19 Sep 2023 20:30:57 +0800 Subject: [PATCH] bump version Signed-off-by: Bugen Zhao --- Makefile.toml | 2 +- ci/Dockerfile | 2 +- ci/build-ci-image.sh | 2 +- ci/docker-compose.yml | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 964cc3947afc8..4f4ba7828da0a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -1284,7 +1284,7 @@ echo "All processes has exited." [tasks.slt] category = "RiseDev - SQLLogicTest" -install_crate = { version = "0.16.0", crate_name = "sqllogictest-bin", binary = "sqllogictest", test_arg = [ +install_crate = { version = "0.17.0", crate_name = "sqllogictest-bin", binary = "sqllogictest", test_arg = [ "--help", ], install_command = "binstall" } command = "sqllogictest" diff --git a/ci/Dockerfile b/ci/Dockerfile index 6c12fc185efe5..7b2a13b38a5ce 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -42,7 +42,7 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash RUN cargo binstall -y --no-symlinks cargo-llvm-cov cargo-nextest cargo-hakari cargo-sort cargo-cache cargo-audit \ cargo-make@0.36.10 \ - sqllogictest-bin@0.16.0 \ + sqllogictest-bin@0.17.0 \ && cargo install sccache \ && cargo cache -a \ && rm -rf "/root/.cargo/registry/index" \ diff --git a/ci/build-ci-image.sh b/ci/build-ci-image.sh index 864466f494dd9..43ff81ade2b85 100755 --- a/ci/build-ci-image.sh +++ b/ci/build-ci-image.sh @@ -13,7 +13,7 @@ cat ../rust-toolchain # !!! CHANGE THIS WHEN YOU WANT TO BUMP CI IMAGE !!! # # AND ALSO docker-compose.yml # ###################################################### -export BUILD_ENV_VERSION=v20230915 +export BUILD_ENV_VERSION=v20230919 export BUILD_TAG="public.ecr.aws/x5u3w5h6/rw-build-env:${BUILD_ENV_VERSION}" diff --git a/ci/docker-compose.yml b/ci/docker-compose.yml index 96161dde0f4ee..ddef3984d3bd4 100644 --- a/ci/docker-compose.yml +++ b/ci/docker-compose.yml @@ -71,7 +71,7 @@ services: retries: 5 source-test-env: - image: public.ecr.aws/x5u3w5h6/rw-build-env:v20230915 + image: public.ecr.aws/x5u3w5h6/rw-build-env:v20230919 depends_on: - mysql - db @@ -81,7 +81,7 @@ services: - ..:/risingwave sink-test-env: - image: public.ecr.aws/x5u3w5h6/rw-build-env:v20230915 + image: public.ecr.aws/x5u3w5h6/rw-build-env:v20230919 depends_on: - mysql - db @@ -91,12 +91,12 @@ services: - ..:/risingwave rw-build-env: - image: public.ecr.aws/x5u3w5h6/rw-build-env:v20230915 + image: public.ecr.aws/x5u3w5h6/rw-build-env:v20230919 volumes: - ..:/risingwave ci-flamegraph-env: - image: public.ecr.aws/x5u3w5h6/rw-build-env:v20230915 + image: public.ecr.aws/x5u3w5h6/rw-build-env:v20230919 # NOTE(kwannoel): This is used in order to permit # syscalls for `nperf` (perf_event_open), # so it can do CPU profiling. @@ -107,7 +107,7 @@ services: - ..:/risingwave regress-test-env: - image: public.ecr.aws/x5u3w5h6/rw-build-env:v20230915 + image: public.ecr.aws/x5u3w5h6/rw-build-env:v20230919 depends_on: db: condition: service_healthy