Skip to content

Commit

Permalink
Upgrade kythe to 0.0.68. (#2156)
Browse files Browse the repository at this point in the history
b/383710047
  • Loading branch information
coeuvre authored Jan 10, 2025
1 parent c12a4c9 commit e473c9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildkite/docker/ubuntu2004/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ENV JAVA_HOME /usr/lib/jvm/java-21-openjdk-${BUILDARCH}

FROM ubuntu2004 AS ubuntu2004-kythe

RUN LATEST_KYTHE=v0.0.67 && \
RUN LATEST_KYTHE=v0.0.68 && \
mkdir /usr/local/kythe && \
curl -fsSL https://github.com/kythe/kythe/releases/download/${LATEST_KYTHE}/kythe-{$LATEST_KYTHE}.tar.gz | \
tar xvz --no-same-owner --strip-components 1 --directory /usr/local/kythe && \
Expand Down
2 changes: 1 addition & 1 deletion buildkite/docker/ubuntu2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test && \
apt-get -y install --only-upgrade libstdc++6 && \
rm -rf /var/lib/apt/lists/*

RUN LATEST_KYTHE=v0.0.67 && \
RUN LATEST_KYTHE=v0.0.68 && \
mkdir /usr/local/kythe && \
curl -fsSL https://github.com/kythe/kythe/releases/download/${LATEST_KYTHE}/kythe-{$LATEST_KYTHE}.tar.gz | \
tar xvz --no-same-owner --strip-components 1 --directory /usr/local/kythe && \
Expand Down
2 changes: 1 addition & 1 deletion buildkite/docker/ubuntu2404/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test && \
apt-get -y install --only-upgrade libstdc++6 && \
rm -rf /var/lib/apt/lists/*

RUN LATEST_KYTHE=v0.0.67 && \
RUN LATEST_KYTHE=v0.0.68 && \
mkdir /usr/local/kythe && \
curl -fsSL https://github.com/kythe/kythe/releases/download/${LATEST_KYTHE}/kythe-{$LATEST_KYTHE}.tar.gz | \
tar xvz --no-same-owner --strip-components 1 --directory /usr/local/kythe && \
Expand Down

0 comments on commit e473c9c

Please sign in to comment.