Commit 461be3c
Bump duckdb and extension-ci-tools submodules to main
Update to latest duckdb main (e6de16f8ab) and extension-ci-tools main
(b35c1e0). Fix AllValid -> CannotHaveNull rename and add explicit
array_vector.hpp include.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e4b14e5 commit 461be3c
3 files changed
+7
-6
lines changedSubmodule duckdb updated 5792 files
Submodule extension-ci-tools updated 34 files
- .github/workflows/TestCITools.yml+79-27
- .github/workflows/_extension_deploy.yml+32-12
- .github/workflows/_extension_distribution.yml+167-55
- README.md+8-2
- config/distribution_matrix.json+55-12
- docker/linux_amd64/Dockerfile+20
- docker/linux_amd64_musl/Dockerfile+23-7
- docker/linux_arm64/Dockerfile+20
- docker/linux_arm64_musl/Dockerfile+109
- makefiles/c_api_extensions/base.Makefile+6-8
- makefiles/duckdb_extension.Makefile+16-9
- makefiles/vcpkg.Makefile+10
- scripts/extbuild/.gitignore+2
- scripts/extbuild/Makefile+21
- scripts/extbuild/README.md+34
- scripts/extbuild/cmd/extbuild/github_event.go+48
- scripts/extbuild/cmd/extbuild/github_event_test.go+141
- scripts/extbuild/cmd/extbuild/logging.go+132
- scripts/extbuild/cmd/extbuild/main.go+13
- scripts/extbuild/cmd/extbuild/matrix.go+115
- scripts/extbuild/cmd/extbuild/matrix_test.go+411
- scripts/extbuild/cmd/extbuild/root.go+19
- scripts/extbuild/go.mod+16
- scripts/extbuild/go.sum+18
- scripts/extbuild/internal/distmatrix/config_test.go+91
- scripts/extbuild/internal/distmatrix/matrix.go+342
- scripts/extbuild/internal/distmatrix/matrix_test.go+102
- scripts/extbuild/internal/distmatrix/output.go+101
- scripts/extbuild/testdata/github/events/extension_template_pull_request.json+12
- scripts/extbuild/testdata/github/events/extension_template_push.json+8
- scripts/extbuild/testdata/github/events/extension_template_unknown.json+6
- scripts/modify_distribution_matrix.py+43-5
- toolchains/x64-windows-static-md-release-vs2019comp.cmake-11
- vcpkg_ports/vcpkg-cmake/vcpkg.json+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
335 | | - | |
| 336 | + | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
| |||
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
381 | | - | |
| 382 | + | |
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
| |||
481 | 482 | | |
482 | 483 | | |
483 | 484 | | |
484 | | - | |
| 485 | + | |
485 | 486 | | |
486 | 487 | | |
487 | 488 | | |
| |||
519 | 520 | | |
520 | 521 | | |
521 | 522 | | |
522 | | - | |
| 523 | + | |
523 | 524 | | |
524 | 525 | | |
525 | 526 | | |
| |||
0 commit comments