Skip to content

Commit

Permalink
chore: test --experimental_allow_proto3_optional flag
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Oct 19, 2023
1 parent c02abad commit 6e827c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ignite/pkg/protoc/protoc.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ func Generate(ctx context.Context, outDir, protoPath string, includePaths, proto
command = cmd.Command()
includes = cmd.Includes()
}
// See: https://github.com/ignite/cli/issues/3698
command = append(command, "--experimental_allow_proto3_optional")

// add plugin if set.
if c.pluginPath != "" {
Expand Down

0 comments on commit 6e827c9

Please sign in to comment.