Skip to content

Commit

Permalink
Remove iceberg, again
Browse files Browse the repository at this point in the history
This is a revert of duckdb#15456, that reintroduced it.

When building Boost::filesystem, an iceberg VCPKG's dependency, in the context of the
linux_arm64 cross-compiled platform there is a funny dependency on a specific CMake version.

While investigating, it's saner to remove it from CI and avoid unneded failures.

"I'll be back", duckdb-iceberg
  • Loading branch information
carlopi committed Jan 14, 2025
1 parent 26cb717 commit a53d761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/config/out_of_tree_extensions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ else ()
set(LOAD_ICEBERG_TESTS "")
endif()

### Boost::filesystem, a vcpkg iceberg dependency, is currently not compatible with linux_arm64 platform
if (NO)
if (NOT MINGW AND NOT ${WASM_ENABLED} AND NOT ${MUSL_ENABLED})
duckdb_extension_load(iceberg
${LOAD_ICEBERG_TESTS}
Expand All @@ -88,6 +90,7 @@ if (NOT MINGW AND NOT ${WASM_ENABLED} AND NOT ${MUSL_ENABLED})
APPLY_PATCHES
)
endif()
endif()

################# INET
duckdb_extension_load(inet
Expand Down

0 comments on commit a53d761

Please sign in to comment.