File tree Expand file tree Collapse file tree 2 files changed +0
-52
lines changed Expand file tree Collapse file tree 2 files changed +0
-52
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -131,11 +131,6 @@ jobs:
131131 echo "CC=clang-19" >> "$GITHUB_ENV"
132132 echo "CXX=clang++-19" >> "$GITHUB_ENV"
133133 echo "OBJC=clang-19" >> "$GITHUB_ENV"
134- # Patch the libstd++ library, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115119
135- # This is a dirty workaround, but it is needed, since gcc 14.2 (where this was patched usptream) is not easily available
136- # If we use the oracular (Ubuntu 24.10) repos, we could install gcc 14.2, but clang-19 isn't compatible with that
137- # TODO: remove this, after it works again
138- sudo patch -p1 /usr/include/c++/14/bits/unicode.h .github/patches/gcc_14_2.diff
139134
140135 - name : Setup GCC (Linux)
141136 if : matrix.config.os == 'ubuntu' && matrix.config.use-clang == false
You can’t perform that action at this time.
0 commit comments