From 04f578545979aa1e0c04eaa3daaa1908aeef101b Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Wed, 27 May 2026 11:55:01 +0200 Subject: [PATCH] Disable Homebrew sandbox for the verification tests --- .github/workflows/verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 644c8b64268..a31b4a93e97 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -76,6 +76,7 @@ jobs: RVT_RELEASE_TYPE: ${{ vars.COMMERCIAL && 'commercial' || 'oss' }} RVT_STAGING: ${{ inputs.staging }} RVT_VERSION: ${{ inputs.version }} + HOMEBREW_NO_SANDBOX_LINUX: "1" run: ./gradlew spring-boot-release-verification-tests:test - name: Upload Build Reports on Failure if: failure()