File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 compiler : [ {cc: gcc, cxx: g++}, {cc: clang, cxx: clang++} ]
1818 include :
1919 - os : [windows-2025]
20- exclude :
21- # Temporarily disable Ubuntu 20.04 with GCC since linking with
22- # TSan fails due the linker being unable to find libtsan_preinit.o.
23- # This used to work previously.
24- # Perhaps, the cause is related to the following Ubuntu issue:
25- # https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/2029910
26- # - os: ubuntu-20.04
27- # compiler: {cc: gcc, cxx: g++}
20+ # exclude:
21+ # # Temporarily disable Ubuntu 20.04 with GCC since linking with
22+ # # TSan fails due the linker being unable to find libtsan_preinit.o.
23+ # # This used to work previously.
24+ # # Perhaps, the cause is related to the following Ubuntu issue:
25+ # # https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/2029910
26+ # - os: ubuntu-20.04
27+ # compiler: {cc: gcc, cxx: g++}
2828 fail-fast : false
2929 runs-on : ${{ matrix.os }}
3030 steps :
You can’t perform that action at this time.
0 commit comments