Skip to content

Bump duckdb to v1.5.1#264

Merged
anasdorbani merged 11 commits into
mainfrom
dev
Apr 10, 2026
Merged

Bump duckdb to v1.5.1#264
anasdorbani merged 11 commits into
mainfrom
dev

Conversation

@anasdorbani
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 10, 2026 04:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates CI configuration and internal contributor guidance to target DuckDB/extension-ci-tools v1.5.1, and enables the main distribution workflow to run on pull requests.

Changes:

  • Trigger the main distribution workflow on pull_request events.
  • Bump referenced duckdb/extension-ci-tools reusable workflows and inputs from v1.5.0 to v1.5.1.
  • Update .github/copilot-instructions.md to reflect the new targeted DuckDB version.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/MainDistributionPipeline.yml Runs CI on PRs and updates DuckDB/CI tools versions to v1.5.1.
.github/copilot-instructions.md Updates stated targeted DuckDB/CI tools version to v1.5.1.

Comment on lines 26 to +31
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
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title indicates DuckDB is being bumped to v1.5.1, but this PR only updates the CI workflow inputs (and the referenced extension-ci-tools workflow tag). If the intent is to bump the repository’s DuckDB submodule/pinned source as well, that change is missing; otherwise consider adjusting the PR title/description to reflect that this is a CI/tooling bump only.

Copilot uses AI. Check for mistakes.
Comment on lines 9 to 12
- **Dependency manager**: vcpkg (managed via `vcpkg.json`)
- **Key dependencies**: `nlohmann-json`, `curl`, `gtest` (see `vcpkg.json`)
- **DuckDB version targeted**: v1.5.0 (see `MainDistributionPipeline.yml`)
- **DuckDB version targeted**: v1.5.1 (see `MainDistributionPipeline.yml`)

Copy link

Copilot AI Apr 10, 2026

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:83 and custom-instructions/repo/.github/copilot-instructions.md:11,115). To avoid conflicting guidance, update the remaining references (or clarify which one is authoritative).

Copilot uses AI. Check for mistakes.
@anasdorbani anasdorbani merged commit 2c32c2e into main Apr 10, 2026
24 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants