bump duckdb v1.5.1#262
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s CI configuration and contributor guidance to target DuckDB/extension-ci-tools v1.5.1.
Changes:
- Bump reusable workflow references in the main CI pipeline from v1.5.0 → v1.5.1
- Update Copilot instructions documentation to reflect DuckDB v1.5.1 as the targeted version
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/MainDistributionPipeline.yml | Updates CI workflow and input parameters to build/test against DuckDB + CI tools v1.5.1. |
| .github/copilot-instructions.md | Updates documented targeted DuckDB version and CI pipeline description to v1.5.1. |
Comment on lines
7
to
12
| - **Language**: C++17 | ||
| - **Build system**: CMake (3.5+) with DuckDB's extension CI tools (`extension-ci-tools/`) | ||
| - **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`) | ||
|
|
There was a problem hiding this comment.
After bumping the targeted DuckDB version here, other docs in the repo still reference v1.5.0 (e.g., README.md and custom-instructions/repo/.github/copilot-instructions.md). To avoid conflicting guidance, update those references as part of this version bump (or clarify which source is authoritative).
583ce7c to
e444d39
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.