From c2884954a4653e76a1d4fa9eb40c1e30d0660fed Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 22 Mar 2022 12:28:25 +0000 Subject: [PATCH] Disable the gradle daemon to hopefully fix a compiler crash --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fd38ea04..fe83ddaa3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ stages: - build variables: - # If we have correctness issues when compiling this can be set to false - GRADLE_OPTS: "-Dorg.gradle.daemon=true" + # Disabling the daemon is necessary for correctness + GRADLE_OPTS: "-Dorg.gradle.daemon=false" # Pull core when building GIT_SUBMODULE_STRATEGY: recursive