chore: bump DuckDB to v1.5.5 (keep v1.4 LTS) - #11
Merged
Conversation
Bumps the duckdb submodule and MainDistributionPipeline.yml stable line to v1.5.5; normalizes the v1.4 LTS build to v1.4.5. Keeps the dual v1.4/v1.5 release matrix. Built + tested locally on bigfox.
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.
Summary
Bumps the
duckdbsubmodule (v1.5.3 -> v1.5.5) and updates.github/workflows/MainDistributionPipeline.ymlaccordingly, whilekeeping the dual v1.4 LTS / v1.5 stable release matrix intact.
Submodule
duckdb: v1.5.3 -> v1.5.5Workflow edits (
.github/workflows/MainDistributionPipeline.yml)duckdb-stable-build/duckdb-stable-deploy:duckdb_version,ci_tools_version, and theuses: ...@v1.5.3ref all bumped tov1.5.5.duckdb-lts-build/duckdb-lts-deploy: LTSduckdb_versionnormalized
v1.4.4->v1.4.5.ci_tools_versionand theuses: ...@v1.5.3ref bumped tov1.5.5(the LTS jobs intentionallyreuse the stable extension-ci-tools tooling for the MSVC-
clWindows fix — see the file's header comment, unchanged).
name:/comment strings referencing the old versions(
v1.5.3,v1.4.4) updated to match (v1.5.5,v1.4.5).No other genuine version pins were found (checked
vcpkg.json,Makefile,CMakeLists.txt/extension_config.cmakefor strayDUCKDB_GIT_VERSION/version literals — none present outside theworkflow file and the submodule pointer).
Local verification on bigfox
buildStatus=pass— cleanGEN=ninja make releasebuild(no GCC-16 ODR/link issues this time), producing
build/release/extension/quack_oauth/quack_oauth.duckdb_extension.testStatus=pass—make test_release: all SQL testspassed (168 assertions in 11 test cases, 1 test skipped via
require quackas expected without the siblingquackextensioninstalled).
Test plan
duckdbsubmodule pinned tov1.5.5GEN=ninja make releasebuilds cleanly, extension artifact presentmake test_release— all SQL tests passduckdb-stable-*(v1.5.5) andduckdb-lts-*(v1.4.5) job pairsNeed help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.