-
Notifications
You must be signed in to change notification settings - Fork 21
Bump duckdb to v1.5.1 #264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2174609
2a669c9
016d7e6
adbf0d4
f0dcde8
7cfcb4e
910197e
05f4f4e
dd038e1
e87f826
ca2ab76
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,7 @@ | |
| # | ||
| name: Main Extension Distribution Pipeline | ||
| on: | ||
| pull_request: | ||
| push: | ||
| branches: | ||
| - main | ||
|
|
@@ -24,17 +25,17 @@ concurrency: | |
| jobs: | ||
| duckdb-stable-build: | ||
| name: Build extension binaries | ||
| uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.5.0 | ||
| uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.5.1 | ||
| with: | ||
| duckdb_version: v1.5.0 | ||
| ci_tools_version: v1.5.0 | ||
| duckdb_version: v1.5.1 | ||
| ci_tools_version: v1.5.1 | ||
|
Comment on lines
26
to
+31
|
||
| extension_name: flock | ||
|
|
||
| code-quality-check: | ||
| name: Code Quality Check | ||
| uses: duckdb/extension-ci-tools/.github/workflows/_extension_code_quality.yml@v1.5.0 | ||
| uses: duckdb/extension-ci-tools/.github/workflows/_extension_code_quality.yml@v1.5.1 | ||
| with: | ||
| duckdb_version: v1.5.0 | ||
| ci_tools_version: v1.5.0 | ||
| duckdb_version: v1.5.1 | ||
| ci_tools_version: v1.5.1 | ||
| extension_name: flock | ||
| format_checks: "format;tidy" | ||
| +6 −6 | .github/workflows/TestCITools.yml | |
| +3 −1 | README.md | |
| +17 −17 | vcpkg_ports/avro-c/portfile.cmake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file now states the targeted DuckDB version is v1.5.1, but other repository docs still mention v1.5.0 (e.g.,
README.md:83andcustom-instructions/repo/.github/copilot-instructions.md:11,115). To avoid conflicting guidance, update the remaining references (or clarify which one is authoritative).