From 20a3024ead453144f6fd9f75136ac351842b78bd Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Thu, 13 Feb 2025 23:17:02 +0100 Subject: [PATCH] Run respec without sandbox to circumvent puppeteer problem on Ubuntu > 22 --- scripts/md2html/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/md2html/build.sh b/scripts/md2html/build.sh index 89ff9e3663..e70ba8c37f 100755 --- a/scripts/md2html/build.sh +++ b/scripts/md2html/build.sh @@ -54,7 +54,7 @@ for specification in $specifications; do echo === Building $version to $destination node scripts/md2html/md2html.js --maintainers $maintainers $specification > $tempfile - npx respec --use-local --src $tempfile --out $destination + npx respec --no-sandbox --use-local --src $tempfile --out $destination rm $tempfile echo === Built $destination