Skip to content

Commit b790d89

Browse files
authored
v8: checkout to HEAD. (#14261)
This will be used to enable easy checking out to arbitrary revisions.
1 parent e2e0de9 commit b790d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && \
2020
lsb-release sudo pkg-config file libc++-18-dev libc++abi-18-dev
2121
RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
2222
ENV PATH=/src/depot_tools:$PATH
23-
RUN fetch v8
23+
RUN fetch v8 && cd v8 && git checkout HEAD && gclient sync -D
2424
WORKDIR v8
2525

2626
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

0 commit comments

Comments
 (0)