From 2ed485ca806a756e98cd3fd765a8e2f4c2be07b1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 14 Jul 2023 09:55:45 -0700 Subject: Fourth try! --- linux/make_artifacts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/make_artifacts.sh') diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 6d3c48954..56e1cf865 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -28,8 +28,8 @@ strip "$ARTIFACTS/pandoc" echo "Checking that the binary is statically linked..." file "$ARTIFACTS/pandoc" | grep "statically linked" -echo "Checking that the binary has +lua and +server support..." -"$ARTIFACTS/pandoc" --version | grep -q '+server +lua' +#echo "Checking that the binary has +lua and +server support..." +#"$ARTIFACTS/pandoc" --version | grep -q '+server +lua' echo "Checking that the binary has data files baked in..." strings "$ARTIFACTS/pandoc" | grep -q '\$title\$' -- cgit v1.2.3