diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-01 05:26:40 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-01 05:26:40 +0900 |
| commit | d1c8d2c39b95e67f9444c889dd5689c7942ec16a (patch) | |
| tree | babb7b72f340e1d73badffa9db00f785e3e87b90 /internal | |
| parent | 0efd742e8a29b5d11f06fd865e2066cfee162bba (diff) | |
internal/rosa/gnu: skip libtool tests in stage0
This upsets the linker in stage0.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/gnu.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index e7a110bf..c568bbdc 100644 --- a/internal/rosa/gnu.go +++ b/internal/rosa/gnu.go @@ -186,6 +186,9 @@ func (t Toolchain) newLibtool() (pkg.Artifact, string) { checksum, pkg.TarGzip, ), nil, &MakeHelper{ + // _Z2a2c: symbol not found + SkipCheck: t.isStage0(), + Check: []string{ "TESTSUITEFLAGS=" + jobsFlagE, "check", |
