Skip to content

Commit

Permalink
update duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen committed Oct 16, 2024
1 parent ce4df0a commit 1f52e72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/StableDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@ name: Stable Extension Distribution Pipeline
on:
pull_request:
branches:
- v0.10.2
- v1.1.2
paths-ignore:
- '**/README.md'
- 'doc/**'
push:
branches:
- v0.10.2
- v1.1.2
paths-ignore:
- '**/README.md'
- 'doc/**'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/v0.10.2' || github.sha }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/v1.1.2' || github.sha }}
cancel-in-progress: true

jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v0.10.2
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.1.2
with:
vcpkg_commit: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
duckdb_version: v0.10.2
duckdb_version: v1.1.2
extension_name: vss

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@v0.10.2
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@v1.1.2
secrets: inherit
with:
duckdb_version: v0.10.2
duckdb_version: v1.1.2
extension_name: vss
deploy_latest: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 547 files

0 comments on commit 1f52e72

Please sign in to comment.