Skip to content

Commit 61ddbac

Browse files
committed
Experiment
1 parent 9975344 commit 61ddbac

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ci/scripts/cpp_build.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,15 @@ else
269269
-Dgflags_SOURCE=${gflags_SOURCE:-} \
270270
-Dgoogle_cloud_cpp_storage_SOURCE=${google_cloud_cpp_storage_SOURCE:-} \
271271
-DgRPC_SOURCE=${gRPC_SOURCE:-} \
272-
-DGTest_SOURCE=${GTest_SOURCE:-} \
272+
# -DGTest_SOURCE=${GTest_SOURCE:-} \
273273
-Dlz4_SOURCE=${lz4_SOURCE:-} \
274+
-DCMAKE_CXX_FLAGS="-I/opt/homebrew/Cellar/libiodbc/3.52.16/include -L/opt/homebrew/Cellar/libiodbc/3.52.16/lib -Wno-deprecated-declarations -Wno-error=null-conversion -Wno-error=switch -Wno-error=unused-variable -Wno-error=pessimizing-move -Wno-error=unused-private-field -Wno-error=missing-field-initializers -Wno-error=deprecated-this-capture -Wno-error=reorder-ctor -Wno-error=unused-value -Wno-error=deprecated-copy-with-user-provided-copy -Wno-error=shorten-64-to-32 -Wno-error=sign-compare -Wno-error=documentation" \
275+
-DCMAKE_OSX_ARCHITECTURES=arm64 \
276+
-DCMAKE_CXX_FLAGS_DEBUG="-g -O0 -fno-inline" \
274277
-DODBC_INCLUDE_DIR="${ODBC_INCLUDE_DIR:-}" \
275278
-DODBC_LIBRARY=/opt/homebrew/Cellar/libiodbc/3.52.16/lib/libiodbc.dylib \
279+
-DGTest_SOURCE="SYSTEM" \
280+
# -DARROW_BUILD_TESTS=ON \
276281
-Dopentelemetry-cpp_SOURCE=${opentelemetry_cpp_SOURCE:-} \
277282
-DORC_SOURCE=${ORC_SOURCE:-} \
278283
-DPARQUET_BUILD_EXAMPLES=${PARQUET_BUILD_EXAMPLES:-OFF} \

0 commit comments

Comments
 (0)