Skip to content

Commit e3037c2

Browse files
authored
Merge pull request #212 from cwida/v1.4.3-merge
V1.4.3 merge
2 parents cb4d261 + f71c0ce commit e3037c2

File tree

753 files changed

+9854
-5813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

753 files changed

+9854
-5813
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: 'Cleanup Runner'
2+
runs:
3+
using: "composite"
4+
steps:
5+
- name: Before
6+
shell: bash
7+
run: df -h
8+
9+
- name: Free disk space
10+
uses: endersonmenezes/free-disk-space@v3
11+
with:
12+
rm_cmd: "rmz" # apparently faster
13+
remove_android: true
14+
remove_dotnet: true
15+
remove_haskell: true
16+
remove_tool_cache: true
17+
remove_folders: /opt/az /opt/ghc /opt/google /opt/hostedtoolcache /opt/microsoft /usr/lib/firefox /usr/lib/jvm /usr/local/.ghcup /usr/local/julia* /usr/local/lib/android /usr/local/share/boost /usr/local/share/chromium /usr/local/share/powershell /usr/share/dotnet /usr/share/swift /var/lib/apt/lists/*
18+
19+
- name: After
20+
shell: bash
21+
run: df -h

.github/config/extensions/avro.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ if (NOT MINGW)
22
duckdb_extension_load(avro
33
LOAD_TESTS DONT_LINK
44
GIT_URL https://github.com/duckdb/duckdb-avro
5-
GIT_TAG 7b75062f6345d11c5342c09216a75c57342c2e82
5+
GIT_TAG 93da8a19b41eb577add83d0552c6946a16e97c83
66
)
77
endif()

.github/config/extensions/aws.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ if (NOT MINGW AND NOT ${WASM_ENABLED})
22
duckdb_extension_load(aws
33
### TODO: re-enable LOAD_TESTS
44
GIT_URL https://github.com/duckdb/duckdb-aws
5-
GIT_TAG 18803d5e55b9f9f6dda5047d0fdb4f4238b6801d
5+
GIT_TAG 55bf3621fb7db254b473c94ce6360643ca38fac0
66
)
77
endif()
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if (NOT MINGW AND NOT ${WASM_ENABLED})
2-
duckdb_extension_load(azure
3-
LOAD_TESTS
4-
GIT_URL https://github.com/duckdb/duckdb-azure
5-
GIT_TAG 0709c0fa1cf67a668b58b1f06ff3e5fc1696e10a
6-
)
2+
duckdb_extension_load(azure
3+
LOAD_TESTS
4+
GIT_URL https://github.com/duckdb/duckdb-azure
5+
GIT_TAG f4d55b658c14d3de40bac9d1c68f08f3cf116374
6+
)
77
endif()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if (NOT MINGW AND NOT ${WASM_ENABLED})
22
duckdb_extension_load(delta
33
GIT_URL https://github.com/duckdb/duckdb-delta
4-
GIT_TAG 03aaf0f073bc622ade27c158d32473588b32aa8b
4+
GIT_TAG 50de51108cc4d2c09a549e022fce4f74e17bf360
55
SUBMODULES extension-ci-tools
66
)
77
endif()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
duckdb_extension_load(ducklake
22
DONT_LINK
33
GIT_URL https://github.com/duckdb/ducklake
4-
GIT_TAG f134ad86f2f6e7cdf4133086c38ecd9c48f1a772
4+
GIT_TAG de813ff4d052bffe3e9e7ffcdc31d18ca38e5ecd
55
)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
duckdb_extension_load(httpfs
2-
LOAD_TESTS
2+
LOAD TESTS
33
GIT_URL https://github.com/duckdb/duckdb-httpfs
4-
GIT_TAG 8356a9017444f54018159718c8017ff7db4ea756
4+
GIT_TAG 9c7d34977b10346d0b4cbbde5df807d1dab0b2bf
55
INCLUDE_DIR src/include
66
)

.github/config/extensions/iceberg.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ if (NOT MINGW AND NOT ${WASM_ENABLED})
88
duckdb_extension_load(iceberg
99
# ${LOAD_ICEBERG_TESTS} TODO: re-enable once autoloading test is fixed
1010
GIT_URL https://github.com/duckdb/duckdb-iceberg
11-
GIT_TAG 4f3c5499e5feec9fe17a69a8ca74d81aaf472fd2
11+
GIT_TAG 1c0c4c60818f58b603fc50d5267b1f1202fe5484
1212
)
1313
endif()
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
duckdb_extension_load(inet
22
LOAD_TESTS
33
GIT_URL https://github.com/duckdb/duckdb-inet
4-
GIT_TAG f6a2a14f061d2dfccdb4283800b55fef3fcbb128
4+
GIT_TAG fe7f60bb60245197680fb07ecd1629a1dc3d91c8
55
INCLUDE_DIR src/include
66
TEST_DIR test/sql
7-
APPLY_PATCHES
87
)

.github/config/extensions/mysql_scanner.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ if (NOT MINGW AND NOT ${WASM_ENABLED} AND NOT ${MUSL_ENABLED})
33
DONT_LINK
44
LOAD_TESTS
55
GIT_URL https://github.com/duckdb/duckdb-mysql
6-
GIT_TAG c80647b33972c150f0bd0001c35085cefdc82d1e
6+
GIT_TAG ecb76de715dfe0b5bba52f4fc8bde87186dd486f
77
)
88
endif()

0 commit comments

Comments
 (0)