Skip to content

Commit

Permalink
fix GLIBCXX_3.4.30' not found
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliu235 committed Feb 26, 2024
1 parent 52f4f6d commit db23d9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Public_Jax_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build Jax
run: |
set +e
CONDA_ENV=jax_preCI_jax_preCI_${{ runner.name }}
CONDA_ENV=jax_preCI_patch_${{ runner.name }}
source /opt/miniconda/bin/activate ${CONDA_ENV}
#build jax
cd jax
Expand All @@ -63,8 +63,9 @@ jobs:
- name: UT testing
run: |
set +e
CONDA_ENV=jax_preCI_jax_preCI_${{ runner.name }}
CONDA_ENV=jax_preCI_patch_${{ runner.name }}
source /opt/miniconda/bin/activate ${CONDA_ENV}
conda install libstdcxx-ng==12.2.0 -c conda-forge -y
basekit_path=/home/sdp
source ${basekit_path}/intel/oneapi/compiler/latest/env/vars.sh
source ${basekit_path}/intel/oneapi/mkl/latest/env/vars.sh
Expand Down

0 comments on commit db23d9b

Please sign in to comment.