Skip to content

Enforce gcc~builtins#284

Merged
bcumming merged 1 commit intomainfrom
alby/enforce-gcc-without-binutils
Feb 26, 2026
Merged

Enforce gcc~builtins#284
bcumming merged 1 commit intomainfrom
alby/enforce-gcc-without-binutils

Conversation

@albestro
Copy link
Contributor

With spack/spack-packages#3106 a default value change for gcc variant binutils has been introduced.

This triggers a problem (see CI error) when building binutils, which by default is built libs=static,shared but we explicitly prefer zstd libs=static.

zstd:
variants: [libs=static]

The proposed change does not fix the root problem, but it simply prefers building gcc~builtins as we've always did, completely workarounding the underlying problem.

I'm going to address the root issue in spack, but for what concerns stackinator, at the moment IMHO this is the most reasonable and simple solution.

Copy link
Contributor

@biddisco biddisco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bcumming bcumming merged commit f6cd944 into main Feb 26, 2026
4 checks passed
@albestro albestro deleted the alby/enforce-gcc-without-binutils branch February 26, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants