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: 2 additions & 0 deletions docker/build-tools/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ ENV PATH=/opt/llvm/bin:/usr/local/google-cloud-sdk/bin:$PATH
RUN cd /tmp && git clone https://gn.googlesource.com/gn && cd gn && \
git checkout 5ed3c9cc67b090d5e311e4bd2aba072173e82db9 && \
python build/gen.py && ninja -C out && cp out/gn /usr/bin && rm -rf /tmp/gn

ENV HOME=/home