Skip to content

Commit

Permalink
Add apt-get update in upstream image build (backport #7640) (#7684)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavya01 committed Jul 15, 2024
1 parent c4daf6a commit 89ad4fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/upstream/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ ENV CXX "${cxx}"
# Whether to build for TPUVM mode
ENV TPUVM_MODE "${tpuvm}"

RUN apt-get update

# Install clang as upstream CI forces clang
RUN apt-get install -y clang
# Install valgrind
Expand Down

0 comments on commit 89ad4fe

Please sign in to comment.