From 254d73bfe44d9a4c34bcb1ec711f3fe3ee35fc8f Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Tue, 23 Apr 2024 12:45:42 +0100 Subject: [PATCH] use 16-core and remove substrait --- .github/workflows/build-metrics.yml | 8 ++------ .github/workflows/linux-build.yml | 1 - 2 files changed, 2 insertions(+), 7 deletions(-) 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[*]}"