Commit abea9d0
authored
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Submodule extension-ci-tools updated 27 files
- .github/workflows/TestCITools.yml+39-1
- .github/workflows/_extension_deploy.yml+17-10
- .github/workflows/_extension_distribution.yml+90-53
- config/distribution_matrix.json+9-4
- docker/linux_amd64/Dockerfile+19
- docker/linux_arm64/Dockerfile+19
- makefiles/duckdb_extension.Makefile+4-5
- 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+353
- 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+13-2
0 commit comments