Skip to content

Commit

Permalink
remove workflow override
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jul 2, 2024
1 parent 5ec49ef commit 230dfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 412 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: ./.github/workflows/_extension_distribution.yml # Overridden due to rust dependency during build
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.0.0
with:
duckdb_version: v1.0.0
extension_name: delta
enable_rust: true
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'

duckdb-stable-deploy:
Expand Down
Loading

0 comments on commit 230dfa3

Please sign in to comment.