Skip to content

Commit

Permalink
Merge pull request #50770 from ClickHouse/azure_table_function
Browse files Browse the repository at this point in the history
Fix build for aarch64 (temporary disable azure)
  • Loading branch information
kssenii committed Jun 9, 2023
2 parents b47c80b + 430a19b commit f5d88d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/azure-cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
option (ENABLE_AZURE_BLOB_STORAGE "Enable Azure blob storage" ${ENABLE_LIBRARIES})

if (NOT ENABLE_AZURE_BLOB_STORAGE OR BUILD_STANDALONE_KEEPER OR OS_FREEBSD OR ARCH_PPC64LE)
if (NOT ENABLE_AZURE_BLOB_STORAGE OR BUILD_STANDALONE_KEEPER OR OS_FREEBSD OR (NOT ARCH_AMD64))
message(STATUS "Not using Azure blob storage")
return()
endif()
Expand Down

0 comments on commit f5d88d2

Please sign in to comment.