Skip to content

Commit e6d95db

Browse files
committed
Merge tag 'v1.4.4' into v1.4-andium
2 parents f71c0ce + 6ddac80 commit e6d95db

File tree

198 files changed

+2405
-925
lines changed

Some content is hidden

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

198 files changed

+2405
-925
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'Setup Ccache'
2+
runs:
3+
using: "composite"
4+
steps:
5+
- name: Setup Ccache
6+
uses: hendrikmuhs/ccache-action@main
7+
with:
8+
key: ${{ github.job }}
9+
save: ${{ github.repository != 'duckdb/duckdb' || contains('["refs/heads/main", "refs/heads/v1.4-andium", "refs/heads/v1.5-variegata"]', github.ref) }}

.github/actions/cleanup_runner/action.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ runs:
66
shell: bash
77
run: df -h
88

9-
- name: Free disk space
9+
- name: Free disk space (Ubuntu)
1010
uses: endersonmenezes/free-disk-space@v3
11+
if: runner.os == 'Linux'
1112
with:
1213
rm_cmd: "rmz" # apparently faster
1314
remove_android: true
@@ -16,6 +17,12 @@ runs:
1617
remove_tool_cache: true
1718
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/*
1819

20+
- name: Free disk space (MacOS)
21+
if: runner.os == 'macOS'
22+
shell: bash
23+
run: |
24+
sudo rm -rfv /Users/runner/Library/Android/sdk
25+
1926
- name: After
2027
shell: bash
2128
run: df -h

.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 55bf3621fb7db254b473c94ce6360643ca38fac0
5+
GIT_TAG bc15d211f282d1d78fc0d9fda3d09957ba776423
66
)
77
endif()

.github/config/extensions/azure.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(azure
33
LOAD_TESTS
44
GIT_URL https://github.com/duckdb/duckdb-azure
5-
GIT_TAG f4d55b658c14d3de40bac9d1c68f08f3cf116374
5+
GIT_TAG 7e1ac3333d946a6bf5b4552722743e03f30a47cd
66
)
77
endif()
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
duckdb_extension_load(ducklake
22
DONT_LINK
3+
LOAD_TESTS
34
GIT_URL https://github.com/duckdb/ducklake
4-
GIT_TAG de813ff4d052bffe3e9e7ffcdc31d18ca38e5ecd
5+
GIT_TAG 3f1b37258b4b3d123d91180a1f4cc11fe8d33386
56
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
duckdb_extension_load(excel
22
LOAD_TESTS
33
GIT_URL https://github.com/duckdb/duckdb-excel
4-
GIT_TAG 8504be9ec8183e4082141f9359b53a64d3a440b7
4+
GIT_TAG 9421a2d75bd7544336caa73e5f9e6063cc7f6992
55
INCLUDE_DIR src/excel/include
66
)
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 9c7d34977b10346d0b4cbbde5df807d1dab0b2bf
4+
GIT_TAG 13f8a814d41a978c3f19eb1dc76069489652ea6f
55
INCLUDE_DIR src/include
66
)

.github/config/extensions/iceberg.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ IF (NOT WIN32)
44
else ()
55
set(LOAD_ICEBERG_TESTS "")
66
endif()
7-
if (NOT MINGW AND NOT ${WASM_ENABLED})
7+
if (NOT MINGW)
88
duckdb_extension_load(iceberg
9-
# ${LOAD_ICEBERG_TESTS} TODO: re-enable once autoloading test is fixed
9+
${LOAD_ICEBERG_TESTS}
1010
GIT_URL https://github.com/duckdb/duckdb-iceberg
11-
GIT_TAG 1c0c4c60818f58b603fc50d5267b1f1202fe5484
11+
GIT_TAG 1095c1fa9f097ca46b492125ac064c75f06deadf
1212
)
1313
endif()

.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 ecb76de715dfe0b5bba52f4fc8bde87186dd486f
6+
GIT_TAG 35d1b2cd51800096271802cfedf68e13bf7fa8cb
77
)
88
endif()

.github/config/extensions/postgres_scanner.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ if (NOT MINGW AND NOT ${WASM_ENABLED})
44
duckdb_extension_load(postgres_scanner
55
DONT_LINK
66
GIT_URL https://github.com/duckdb/duckdb-postgres
7-
GIT_TAG b63ef4b1eb007320840b6d1760f3c9b139bb3b49
7+
GIT_TAG b9fce43bc5d36bc6db70844f28b7b146e756eb22
88
)
99
endif()

0 commit comments

Comments
 (0)