Skip to content

Commit

Permalink
upgrade libc to latests
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Oct 18, 2023
1 parent 343895c commit a1025aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazeltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upgrade libc
# An LLVM update broke this test, fix per is https://bugs.llvm.org/show_bug.cgi?id=27310.
run: |
sudo apt-get satisfy "libc-bin (>= 2.31-0ubuntu9.9)"
sudo apt-get upgrade libc-bin
- name: Run C++ tests
run: |
bazel test --config=avx --config=openmp \
Expand Down

0 comments on commit a1025aa

Please sign in to comment.