Skip to content

Commit a607b5c

Browse files
committed
Set checkout_configuration to small instead of minimal
Fixes the following error: ``` ERROR at //testing/BUILD.gn:195:5: Unable to load "/Users/runner/work/pdfium-binaries/pdfium-binaries/pdfium/third_party/simdutf/BUILD.gn". "//third_party/simdutf", ^---------------------- ``` Caused by https://pdfium.googlesource.com/pdfium/+/a1a1e12dc9043a613ea0a5eb54ac17b7537d3604
1 parent 3f8ef6e commit a607b5c

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=minimal"
10+
--custom-var "checkout_configuration=small"
1111
)
1212
fi
1313

0 commit comments

Comments
 (0)