Skip to content

Commit 03bf41f

Browse files
committed
Restore checkout_configuration=minimal
Fixed by https://pdfium.googlesource.com/pdfium/+/9ac7285a02bdd87b37df8cf8b82c3f03248c5565 This reverts commit a607b5c.
1 parent 6f6c79b commit 03bf41f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

steps/02-checkout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENABLE_V8=${PDFium_ENABLE_V8:-false}
77
CONFIG_ARGS=()
88
if [ "$ENABLE_V8" == "false" ]; then
99
CONFIG_ARGS+=(
10-
--custom-var "checkout_configuration=small"
10+
--custom-var "checkout_configuration=minimal"
1111
)
1212
fi
1313

0 commit comments

Comments
 (0)