Skip to content

Commit 9381c7b

Browse files
committed
ci: remove patches for gcc-14, since the runners now have gcc 14.2 installed
1 parent b8e3e88 commit 9381c7b

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
lines changed

.github/patches/gcc_14_2.diff

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)