Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/build-tools/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENV PATH=/opt/llvm/bin:/usr/local/google-cloud-sdk/bin:$PATH
# Sha matches DEPS in the root of the wee8 tar ball in envoy's repository_locations.bzl
# hadolint ignore=DL3003
RUN cd /tmp && git clone https://gn.googlesource.com/gn && cd gn && \
git checkout 5ed3c9cc67b090d5e311e4bd2aba072173e82db9 && \
git checkout 39a87c0b36310bdf06b692c098f199a0d97fc810 && \
python build/gen.py && ninja -C out && cp out/gn /usr/bin && rm -rf /tmp/gn

ENV HOME=/home