diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 94070569e..f9395674c 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -83,7 +83,7 @@ def presetSlugs = [ ] def presetFlags = [ - 'Regular': '-t --preset=regular -D CMAKE_BUILD_TYPE=Release', + 'Regular': '-t --preset=regular -D CMAKE_BUILD_TYPE=Release -D OPENAL=OFF', 'Debug': '--preset=debug -D CMAKE_BUILD_TYPE=Debug -D STATIC_BUILD=OFF', 'Dev': '--preset=experimental -D CMAKE_BUILD_TYPE=Debug -D VNC=OFF -D STATIC_BUILD=OFF' ]