diff --git a/.github/workflows/build-metrics.yml b/.github/workflows/build-metrics.yml index 2e88e741710f..c493d70c0f0c 100644 --- a/.github/workflows/build-metrics.yml +++ b/.github/workflows/build-metrics.yml @@ -41,11 +41,8 @@ jobs: strategy: fail-fast: false matrix: - include: - - runner: "8-core" - type: "release" - - runner: "16-core" - type: "debug" + - runner: "16-core" + - type: ["debug", "release"] defaults: run: shell: bash @@ -75,7 +72,6 @@ jobs: "-DVELOX_ENABLE_S3=ON" "-DVELOX_ENABLE_GCS=ON" "-DVELOX_ENABLE_ABFS=ON" - "-DVELOX_ENABLE_SUBSTRAIT=ON" "-DVELOX_ENABLE_REMOTE_FUNCTIONS=ON" ) make '${{ matrix.type }}' diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 293a3d3e861b..95260df37fae 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -90,7 +90,6 @@ jobs: "-DVELOX_ENABLE_S3=ON" "-DVELOX_ENABLE_GCS=ON" "-DVELOX_ENABLE_ABFS=ON" - "-DVELOX_ENABLE_SUBSTRAIT=ON" "-DVELOX_ENABLE_REMOTE_FUNCTIONS=ON" ) make release EXTRA_CMAKE_FLAGS="${EXTRA_CMAKE_FLAGS[*]}"