Upgrade DuckDB pins to 1.5.2#319
Merged
Merged
Conversation
Advance the wrapped DuckDB prebuilt and amalgamated artifacts to 1.5.2 with refreshed SHA-256 pins. Use versioned local cache filenames for prebuilt archives so Meson cannot reuse an older cached zip after a pin bump. Constraint: DuckDB artifacts must remain hash-pinned for reproducible fallback downloads. Rejected: Reusing unversioned prebuilt cache filenames | stale Meson package caches can mask a version bump with an old archive. Confidence: high Scope-risk: narrow Directive: Keep DuckDB wrap URLs, hashes, and packagefile versions in sync when changing the pinned release. Tested: meson setup builddir-duckdb152-prebuilt -Denable_client=enabled -Denable_audit=enabled -Denable_fact_store=enabled -Dduckdb_source=prebuilt -Drequire_tpm=false; meson compile -C builddir-duckdb152-prebuilt; meson test -C builddir-duckdb152-prebuilt daemon-http-facts packaged-install-readiness --print-errorlogs; meson setup builddir-duckdb152-factonly -Denable_fact_store=enabled -Denable_audit=disabled -Dduckdb_source=prebuilt -Drequire_tpm=false; meson compile -C builddir-duckdb152-factonly tests/test-fact-replay; meson test -C builddir-duckdb152-factonly fact-replay --print-errorlogs; meson setup builddir-duckdb152-subproject -Denable_audit=enabled -Dduckdb_source=subproject -Drequire_tpm=false; meson compile -C builddir-duckdb152-subproject tests/test-audit-conn; meson test -C builddir-duckdb152-subproject audit-conn --print-errorlogs; git diff --check. Not-tested: Non-Linux host execution before CI.
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
Validation
git diff --check