Skip to content

Commit 397789d

Browse files
authored
add delta linux back to ci (duckdb#18491)
This should work fine, it was disabled before due running out of disk space.
2 parents 277a91d + fabd077 commit 397789d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/config/extensions/delta.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if (NOT MINGW AND NOT "${OS_NAME}" STREQUAL "linux" AND NOT ${WASM_ENABLED})
1+
if (NOT MINGW AND NOT ${WASM_ENABLED})
22
duckdb_extension_load(delta
33
GIT_URL https://github.com/duckdb/duckdb-delta
44
GIT_TAG b0b32dbd30561dfc0db6399f5305fd14c04ec89d # currently latest commit of v1.4-andium branch

0 commit comments

Comments
 (0)