Skip to content

Commit c80b4ec

Browse files
bill-phclaude
andcommitted
ci: build linux_amd64 on depot-ubuntu-24.04-16 for faster CI
Override the upstream extension-distribution workflow's runner matrix to build linux_amd64 on a 16-core Depot runner instead of GitHub's default 4-core ubuntu-24.04. The C++/vcpkg compile is CPU-bound and parallelizes well, so this should significantly cut wall-clock time. linux_arm64 stays on GitHub's ubuntu-24.04-arm pending confirmation that the org has Depot ARM runners enabled. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1dbb2d9 commit c80b4ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
duckdb_version: ${{ needs.get-duckdb-version.outputs.duckdb_version }}
3333
ci_tools_version: main
3434
extension_name: ducklake
35+
runners: |
36+
{"linux_amd64": "depot-ubuntu-24.04-16", "linux_arm64": "ubuntu-24.04-arm"}
3537
3638
duckdb-next-deploy:
3739
name: Deploy extension binaries

0 commit comments

Comments
 (0)