Skip to content

Commit

Permalink
build attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
hafenkran committed Jul 4, 2024
1 parent 9ab2827 commit 83c6afc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,9 @@ jobs:
CC: ${{ matrix.duckdb_arch == 'linux_arm64' && 'aarch64-linux-gnu-gcc' || '' }}
CXX: ${{ matrix.duckdb_arch == 'linux_arm64' && 'aarch64-linux-gnu-g++' || '' }}
DUCKDB_PLATFORM: ${{ matrix.duckdb_arch }}
VCPKG_BUILD: 0
run: |
make release
make release VCPKG_DEFAULT_TRIPLET=arm64-linux
# - name: Test extension
# if: ${{ matrix.duckdb_arch != 'linux_arm64'}}
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ execute_process(
-DCMAKE_OSX_ARCHITECTURES=${DCMAKE_OSX_ARCHITECTURES}
-DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET}
-DVCPKG_TARGET_TRIPLET=${VCPKG_TARGET_TRIPLET}
-DVCPKG_TARGET_ARCHITECTURE=${VCPKG_TARGET_ARCHITECTURE}
-S ${CMAKE_CURRENT_SOURCE_DIR}/external -B ${CMAKE_BINARY_DIR}/external
RESULT_VARIABLE DEPENDENCIES_GENERATE_RESULT)

Expand Down
2 changes: 0 additions & 2 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24.0")
cmake_policy(SET CMP0135 NEW)
endif()

find_package(GTest REQUIRED)

ExternalProject_Add(
google_cloud_cpp_bigquery_rest
URL ${CMAKE_CURRENT_SOURCE_DIR}/vendor/google-cloud-cpp-2.22.0-fixed.zip
Expand Down

0 comments on commit 83c6afc

Please sign in to comment.