Skip to content

Commit ce6f6b9

Browse files
committed
try to force installation of libc++-dev for now
1 parent b32e3f4 commit ce6f6b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/build_common.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ if [ $VERBOSE ]; then
131131
set -x
132132
fi
133133

134+
if [[ "${GLOBAL_CMAKE_OPTIONS}" =~ "CCCL_USE_LIBCXX=ON" ]]; then
135+
apt-get update && apt-get install libc++-dev libc++abi-dev
136+
fi
137+
134138
# Check for required dependencies
135139
check_required_dependencies
136140

0 commit comments

Comments
 (0)