Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 5354a64

Browse files
Expect _GLIBCXX_USE_CXX11_ABI=1 for ROCm manylinux2_28 wheels (#2043)
1 parent 37ac645 commit 5354a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fi
8080
echo "Checking that the gcc ABI is what we expect"
8181
if [[ "$(uname)" != 'Darwin' ]]; then
8282
function is_expected() {
83-
if [[ "$DESIRED_DEVTOOLSET" == *"cxx11-abi"* ]]; then
83+
if [[ "$DESIRED_DEVTOOLSET" == *"cxx11-abi"* || "$DESIRED_CUDA" == *"rocm"* ]]; then
8484
if [[ "$1" -gt 0 || "$1" == "ON " ]]; then
8585
echo 1
8686
fi

0 commit comments

Comments
 (0)