From 33155748df05f2762c3c49e3561a6133248f4b85 Mon Sep 17 00:00:00 2001 From: Paul Brauner <141240651+paulbrauner-da@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:53:43 +0100 Subject: [PATCH] Fix main-only bug in build.sh (#17964) --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index a821cb67be..0e8954e13b 100755 --- a/build.sh +++ b/build.sh @@ -28,7 +28,6 @@ case $3 in ;; esac -tag_filter="" if [[ "$(uname)" == "Darwin" ]]; then tag_filter="$tag_filter,-dont-run-on-darwin,-scaladoc,-pdfdocs" fi