Skip to content

Commit dbc7e44

Browse files
committed
Probable fix for Jenkins
1 parent 9d998de commit dbc7e44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/conda/conda-install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ LIST+=(
123123
# Needed for _strstr issue:
124124
if [[ $CONDA_PLATFORM == "osx-arm64" ]] LIST+=( "clang-18==18.1.8" )
125125

126+
# Needed for libstdc++ GLIBCXX version issue on GCE Jenkins:
127+
if [[ ${JENKINS_HOME:-} != "" ]] LIST+=( "gcc=14" )
128+
126129
# R switch
127130
if (( USE_R )) {
128131
if [[ $CONDA_PLATFORM == "osx-arm64" ]] {

0 commit comments

Comments
 (0)