Skip to content

Commit

Permalink
test rust toolchain upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jun 28, 2024
1 parent 53e6d95 commit 4bf0e2d
Showing 1 changed file with 2 additions and 1 deletion.
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: samansmink/extension-ci-tools/.github/workflows/_extension_distribution.yml@add-rust-toolchain
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

0 comments on commit 4bf0e2d

Please sign in to comment.