Skip to content

Commit

Permalink
clean up flavor gnu
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Jan 31, 2025
1 parent 6144d4f commit 779cc80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/build/compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ const unidentifiablePipeline = "???"
func (t *Test) Compile(ctx context.Context) error {
cfg := t.Configuration

// TODO: Make this parameter go away when we revisit subtitutions.
flavor := "gnu"

sm, err := NewSubstitutionMap(&cfg, t.Arch, flavor)
sm, err := NewSubstitutionMap(&cfg, t.Arch, "gnu")
if err != nil {
return err
}
Expand Down

0 comments on commit 779cc80

Please sign in to comment.