Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into update_fuzzing_scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Jul 12, 2024
2 parents 720fca1 + da0983f commit d535fab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 126 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ jobs:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
with:
duckdb_version: main
duckdb_version: v1.0.0
extension_name: sqlsmith
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: ./.github/workflows/_extension_deploy.yml
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@v1.0.0
secrets: inherit
with:
duckdb_version: main
duckdb_version: v1.0.0
extension_name: sqlsmith
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
121 changes: 0 additions & 121 deletions .github/workflows/_extension_deploy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 472 files

0 comments on commit d535fab

Please sign in to comment.