From e9df0faf33d569cc75007fc3cd79b3ad167b37e1 Mon Sep 17 00:00:00 2001 From: Nandor Kollar Date: Fri, 17 Apr 2026 14:20:36 +0200 Subject: [PATCH] Verify image builds with -PNonRESTCatalogs=HIVE,HADOOP --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e0a6f4db8..794a0d9936 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -214,7 +214,7 @@ jobs: uses: ./.github/actions/ci-incr-build-cache-prepare - name: Image build env: *gradle_env_vars - run: ./gradlew :polaris-server:assemble -Dquarkus.container-image.build=true + run: ./gradlew :polaris-server:assemble -PNonRESTCatalogs=HIVE,HADOOP -Dquarkus.container-image.build=true - name: Save image to tar run: | docker save apache/polaris:latest | zstd -T0 > polaris-image.tar.zst