summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-11-11 01:55:26 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-11-11 01:55:26 +0200
commit32df877cd73b5b6a3672d0159c982077a4b67a9d (patch)
tree3db2802f0ab39f2d7b1264e2ac1d3599f1a3bd5a /build.sh
parenteccc9057d9d9799d3d5056bdfe255bd9e5e2be6a (diff)
parente028ae4f023420bedd4e4106f4749e700a14c3cc (diff)
Merge branch 'develop' into marchcat/c-develop
# Conflicts: # indra/newview/llvoavatar.cpp
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/build.sh b/build.sh
index edd0c5a6d9..f2376e706b 100755
--- a/build.sh
+++ b/build.sh
@@ -201,17 +201,9 @@ pre_build()
# honor autobuild_configure_parameters same as sling-buildscripts
eval_autobuild_configure_parameters=$(eval $(echo echo $autobuild_configure_parameters))
- # We build the viewer on Linux, but we haven't committed to support the
- # Linux viewer. As of 2024-05-30, Linux build-time test infrastructure is
- # not in place, so don't even bother running tests on Linux.
- if [[ "$RUNNER_OS" == "Linux" ]]
- then LL_TESTS=OFF
- else LL_TESTS=ON
- fi
-
"$autobuild" configure --quiet -c $variant \
${eval_autobuild_configure_parameters:---} \
- -DLL_TESTS:BOOL=$LL_TESTS \
+ -DLL_TESTS:BOOL=ON \
-DPACKAGE:BOOL=ON \
-DHAVOK:BOOL="$HAVOK" \
-DRELEASE_CRASH_REPORTING:BOOL="$RELEASE_CRASH_REPORTING" \