File tree
4 files changed
+6
-6
lines changed- .github/workflows
- src
4 files changed
+6
-6
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
|
Submodule extension-ci-tools updated 14 files
- .github/workflows/TestCITools.yml+4-5
- .github/workflows/_extension_deploy.yml+19-11
- .github/workflows/_extension_distribution.yml+164-65
- README.md+4-1
- config/distribution_matrix.json+63
- docker/linux_amd64/Dockerfile+9-2
- docker/linux_amd64_gcc4/Dockerfile+8-1
- docker/linux_arm64/Dockerfile+9-2
- makefiles/duckdb_extension.Makefile+41-8
- makefiles/duckdb_extension_c_api.Makefile+237
- makefiles/duckdb_extension_rs.Makefile+47
- scripts/append_extension_metadata.py+64-6
- scripts/configure_helper.py+45
- scripts/modify_distribution_matrix.py+75
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1317 | 1317 |
| |
1318 | 1318 |
| |
1319 | 1319 |
| |
1320 |
| - | |
| 1320 | + | |
1321 | 1321 |
| |
1322 | 1322 |
| |
1323 | 1323 |
| |
|
0 commit comments