Skip to content

Commit

Permalink
Fixes envoy rock build
Browse files Browse the repository at this point in the history
The checksum of quiche-envoy-integration changed, causing the envoy build to fail.
  • Loading branch information
claudiubelu committed Oct 16, 2024
1 parent 00040a7 commit f204ebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 1.28.2/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ parts:
- libtinfo5 # required for bazel/setup_clang.sh
- automake
override-build: |
# The checksum of quiche-envoy-integration changed, causing the envoy build to fail.
# https://github.com/envoyproxy/envoy/issues/36563
git fetch origin pull/36515/head
git cherry-pick FETCH_HEAD
# install bazel
wget -q -O /usr/local/bin/bazel "https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-$CRAFT_ARCH_BUILD_FOR"
chmod +x /usr/local/bin/bazel
Expand Down

0 comments on commit f204ebf

Please sign in to comment.