Skip to content

Commit

Permalink
Added a comment to a GitHub Actions workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Nov 4, 2023
1 parent e6b1dae commit da765f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
include:
- os: [windows-2022]
exclude:
#- {os: ubuntu-20.04, compiler: [{cc: gcc, cxx: g++}]}
#- {os: ubuntu-20.04}
# Temporarily disable Ubuntu 20.04 with GCC since linking with
# TSan fails due the linker being unable to find libtsan_preinit.o.
# This used to work previously.
# Perhaps, the cause is related to the following Ubuntu issue:
# https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/2029910
- os: ubuntu-20.04
compiler: {cc: gcc, cxx: g++}
fail-fast: false
Expand Down

0 comments on commit da765f5

Please sign in to comment.