Skip to content

Commit

Permalink
use 16-core and remove substrait
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser authored Apr 23, 2024
1 parent 90997e5 commit 254d73b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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[*]}"
Expand Down

0 comments on commit 254d73b

Please sign in to comment.