Skip to content

Commit

Permalink
bump buf
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Feb 29, 2024
1 parent 57aa7d9 commit ccdaba9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV PATH /root/.cargo/bin/:$PATH
RUN rustup show
RUN rustup default `rustup show active-toolchain | awk '{print $1}'`

RUN curl -sSL "https://github.com/bufbuild/buf/releases/download/v1.4.0/buf-$(uname -s)-$(uname -m).tar.gz" | \
RUN curl -sSL "https://github.com/bufbuild/buf/releases/download/v1.29.0/buf-$(uname -s)-$(uname -m).tar.gz" | \
tar -xvzf - -C /usr/local --strip-components 1

# install python dependencies
Expand Down
2 changes: 1 addition & 1 deletion ci/build-ci-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cat ../rust-toolchain
# shellcheck disable=SC2155

# REMEMBER TO ALSO UPDATE ci/docker-compose.yml
export BUILD_ENV_VERSION=v20240223
export BUILD_ENV_VERSION=v20240229

export BUILD_TAG="public.ecr.aws/x5u3w5h6/rw-build-env:${BUILD_ENV_VERSION}"

Expand Down
10 changes: 5 additions & 5 deletions ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
retries: 5

source-test-env:
image: public.ecr.aws/x5u3w5h6/rw-build-env:v20240223
image: public.ecr.aws/x5u3w5h6/rw-build-env:v20240229
depends_on:
- mysql
- db
Expand All @@ -81,7 +81,7 @@ services:
- ..:/risingwave

sink-test-env:
image: public.ecr.aws/x5u3w5h6/rw-build-env:v20240223
image: public.ecr.aws/x5u3w5h6/rw-build-env:v20240229
depends_on:
- mysql
- db
Expand All @@ -98,12 +98,12 @@ services:


rw-build-env:
image: public.ecr.aws/x5u3w5h6/rw-build-env:v20240223
image: public.ecr.aws/x5u3w5h6/rw-build-env:v20240229
volumes:
- ..:/risingwave

ci-flamegraph-env:
image: public.ecr.aws/x5u3w5h6/rw-build-env:v20240223
image: public.ecr.aws/x5u3w5h6/rw-build-env:v20240229
# NOTE(kwannoel): This is used in order to permit
# syscalls for `nperf` (perf_event_open),
# so it can do CPU profiling.
Expand All @@ -114,7 +114,7 @@ services:
- ..:/risingwave

regress-test-env:
image: public.ecr.aws/x5u3w5h6/rw-build-env:v20240223
image: public.ecr.aws/x5u3w5h6/rw-build-env:v20240229
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit ccdaba9

Please sign in to comment.