We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b9f7b commit 55abf38Copy full SHA for 55abf38
src/ci/docker/scripts/musl-toolchain.sh
@@ -48,7 +48,9 @@ cd musl-cross-make
48
git checkout a54eb56f33f255dfca60be045f12a5cfaf5a72a9
49
50
# Fix the cfi detection script in musl's configure so cfi is generated
51
-# when debug info is asked for.
+# when debug info is asked for. This patch is derived from
52
+# https://git.musl-libc.org/cgit/musl/commit/?id=c4d4028dde90562f631edf559fbc42d8ec1b29de.
53
+# When we upgrade to a version that includes this commit, we can remove the patch.
54
mkdir patches/musl-1.1.24
55
cp ../musl-patch-configure.diff patches/musl-1.1.24/0001-fix-cfi-detection.diff
56
0 commit comments