We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d60caba + 1b13065 commit 6fb49caCopy full SHA for 6fb49ca
glibc.yaml
@@ -2,7 +2,7 @@ package:
2
name: glibc
3
version: "2.41"
4
# Every glibc update causes build disruption; always announce on #eng-psa
5
- epoch: 51
+ epoch: 52
6
description: "the GNU C library"
7
copyright:
8
- license: LGPL-2.1-or-later
@@ -44,6 +44,10 @@ environment:
44
# glibc manages FORTIFY_SOURCE on per-file basis
45
environment:
46
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
51
52
pipeline:
53
- uses: git-checkout
0 commit comments