Skip to content

Commit

Permalink
Temporarily skip arrow, aws and iceberg builds due to xz / liblzma pr…
Browse files Browse the repository at this point in the history
…oblems

See microsoft/vcpkg#37839 and connected issues
  • Loading branch information
carlopi committed Apr 2, 2024
1 parent f0c47c1 commit aa57bdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/config/out_of_tree_extensions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
# VCPKG_TARGET_TRIPLET=arm64-osx

################# ARROW
if (LZMA_AVAILABLE)
if (NOT WIN32)
duckdb_extension_load(arrow
LOAD_TESTS DONT_LINK
GIT_URL https://github.com/duckdb/arrow
GIT_TAG 9e10240da11f61ea7fbfe3fc9988ffe672ccd40f
)
endif()
endif()

################## AWS
if (NOT MINGW)
Expand All @@ -34,6 +36,7 @@ if (NOT MINGW)
endif()

################# AZURE
if (LZMA_AVAILABLE)
if (NOT MINGW)
duckdb_extension_load(azure
LOAD_TESTS
Expand All @@ -42,9 +45,11 @@ if (NOT MINGW)
APPLY_PATCHES
)
endif()
endif()

################# ICEBERG
# Windows tests for iceberg currently not working
if (LZMA_AVAILABLE)
if (NOT WIN32)
set(LOAD_ICEBERG_TESTS "LOAD_TESTS")
else ()
Expand All @@ -59,6 +64,7 @@ if (NOT MINGW)
APPLY_PATCHES
)
endif()
endif()

################# POSTGRES_SCANNER
# Note: tests for postgres_scanner are currently not run. All of them need a postgres server running. One test
Expand Down

0 comments on commit aa57bdf

Please sign in to comment.