Skip to content

Commit dfbbb83

Browse files
fixup! Use HTML checker binary image, not system Java
1 parent f72c64e commit dfbbb83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci-deploy/inside-container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ echo ""
2929
echo "Downloading and running conformance checker..."
3030
curl --retry 2 --remote-name --fail --location https://github.com/validator/validator/releases/download/linux/vnu.linux.zip
3131
unzip vnu.linux.zip
32+
# the -Xmx1g argument sets the size of the Java heap space to 1 gigabyte
3233
./vnu-runtime-image/bin/java -Xmx1g -m vnu/nu.validator.client.SimpleCommandLineValidator --skip-non-html "$HTML_OUTPUT"
3334
echo ""
3435

0 commit comments

Comments
 (0)