Skip to content

Commit

Permalink
Reset v8/ before syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Nov 25, 2024
1 parent a53a66d commit 896b812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/02-checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ echo "target_os = [ '$OS' ]" >> .gclient


# Reset
for FOLDER in pdfium pdfium/build pdfium/third_party/libjpeg_turbo pdfium/base/allocator/partition_allocator; do
for FOLDER in pdfium pdfium/build pdfium/v8 pdfium/third_party/libjpeg_turbo pdfium/base/allocator/partition_allocator; do
if [ -e "$FOLDER" ]; then
git -C $FOLDER reset --hard
git -C $FOLDER clean -df
fi
done

gclient sync -r "origin/${PDFium_BRANCH:-main}" --no-history --shallow
gclient sync -r "origin/${PDFium_BRANCH:-main}" --no-history --shallow

0 comments on commit 896b812

Please sign in to comment.