Skip to content

Commit

Permalink
ci: disable clientcompat cgo
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Nov 17, 2024
1 parent 6775b50 commit 9a6ef64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dagger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func (m *Twirp) Clientcompat(
return dag.Go(dagger.GoOpts{
Version: goVersion,
}).
WithCgoDisabled().
Exec([]string{"go", "install", fmt.Sprintf("github.com/twitchtv/twirp/clientcompat@%s", twirpVersion)}).
File("/go/bin/clientcompat")
}
Expand Down

0 comments on commit 9a6ef64

Please sign in to comment.