Skip to content

Commit 188632a

Browse files
committed
Remove absl header from intel
1 parent c3924c5 commit 188632a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cpp_extra.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,11 @@ jobs:
399399
LIBIODBC_DIR="$(brew --cellar libiodbc)/$(brew list --versions libiodbc | awk '{print $2}')"
400400
export ODBC_INCLUDE_DIR=$LIBIODBC_DIR/include
401401
export CXXFLAGS="$CXXFLAGS -I$ODBC_INCLUDE_DIR"
402+
403+
if [ "${{ matrix.macos-version }}" = "15-intel" ]; then
404+
# -AL- fix absl issue on Intel mac
405+
rm -rf /usr/local/include/absl
406+
fi
402407
ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
403408
- name: Test
404409
shell: bash

0 commit comments

Comments
 (0)