Skip to content

Commit bcaa898

Browse files
committed
use 12.4.0
1 parent 9bd4596 commit bcaa898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/install-triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ conda activate "$CONDA_ENV"
2323
# ImportError: /opt/miniconda3/envs/tritonparse/bin/../lib/libstdc++.so.6:
2424
# version `GLIBCXX_3.4.30' not found (required by /tmp/triton/python/triton/_C/libtriton.so)
2525
echo "Updating libstdc++ to match system version..."
26-
conda install -y -c conda-forge libstdcxx-ng=12.3.0
26+
conda install -y -c conda-forge libstdcxx-ng=12.4.0
2727
# Check if the update was successful
2828
strings /opt/miniconda3/envs/tritonparse/lib/libstdc++.so.6 | grep GLIBCXX | tail -5
2929

0 commit comments

Comments
 (0)