Skip to content

Commit

Permalink
Merge pull request #48 from njzjz/glibc-2.17
Browse files Browse the repository at this point in the history
fix: limit glibc to 2.17
  • Loading branch information
njzjz authored Nov 17, 2024
2 parents bcab50a + ef33d86 commit a8ad280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
VERSION: ${{ env.version }}
CUDA_VERSION: ${{ matrix.cuda }}
CONDA_OVERRIDE_CUDA: ${{ matrix.cuda }}
CONDA_OVERRIDE_GLIBC: "2.17"
- run: export NAME=`ls deepmd-kit-*.sh` && split -a 1 -d -n 2 ${NAME} ${NAME}. && rm deepmd-kit-*.sh
if: matrix.cuda == '11.8' || matrix.cuda == '12.6'
- name: Upload to release
Expand Down

0 comments on commit a8ad280

Please sign in to comment.