Skip to content

Commit 6fb49ca

Browse files
authored
Merge pull request #57704 from sergiodj/revert-glibc-hardening
glibc: Disable hardening due to ldconfig segfaulting on specific scenarios
2 parents d60caba + 1b13065 commit 6fb49ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

glibc.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package:
22
name: glibc
33
version: "2.41"
44
# Every glibc update causes build disruption; always announce on #eng-psa
5-
epoch: 51
5+
epoch: 52
66
description: "the GNU C library"
77
copyright:
88
- license: LGPL-2.1-or-later
@@ -44,6 +44,10 @@ environment:
4444
# glibc manages FORTIFY_SOURCE on per-file basis
4545
environment:
4646
CPPFLAGS: ""
47+
# Disable until we figure out why ldconfig segfaults on specific
48+
# scenarios (arm64 systems, likely only those running
49+
# 6.15.3-r50-gcp-generic)
50+
GCC_SPEC_FILE: /dev/null
4751

4852
pipeline:
4953
- uses: git-checkout

0 commit comments

Comments
 (0)