File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 image : " fedora:latest"
2222 stdlib : libstdc++
2323 clang_inc : ' -isystem/usr/lib/clang/20/include'
24- # TODO: disable because it currently fails with "error: <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header."
25- # - os: ubuntu-22.04
26- # image: "fedora:latest"
27- # stdlib: libc++
28- # clang_inc: '-isystem/usr/lib/clang/20/include'
24+ # TODO: disable because it currently fails with "error: <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header."
25+ # - os: ubuntu-22.04
26+ # image: "fedora:latest"
27+ # stdlib: libc++
28+ # clang_inc: '-isystem/usr/lib/clang/20/include'
2929 - os : macos-13
3030 image : " "
3131 stdlib : libc++ # no libstdc++ on macOS
You can’t perform that action at this time.
0 commit comments