Skip to content

Commit

Permalink
Try different glibc 37
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 25, 2024
1 parent 6be2236 commit 3489021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- restore_cache:
name: Restore GLIBC Cache
key: glibc-2.38-v5
key: glibc-2.35-v6
- run: |
if [ -d "/home/circleci/glibc" ]; then
echo "GLIBC 2.38 already cached."
Expand All @@ -64,7 +64,7 @@ jobs:
fi
- save_cache:
name: Save GLIBC Cache
key: glibc-2.38-v5
key: glibc-2.35-v6
paths:
- ../glibc

Expand Down

0 comments on commit 3489021

Please sign in to comment.