Skip to content

Commit

Permalink
Add support for bzlmod options
Browse files Browse the repository at this point in the history
  • Loading branch information
acatxnamedvirtue committed Jul 1, 2024
1 parent ab9c7d4 commit aa612a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/ibazel/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ var overrideableBazelFlags []string = []string{
"-c",
"--define=",
"--dynamic_mode=",
"--enable_bzlmod=",
"--features=",
"--flaky_test_attempts=",
"--host_jvmopt",
Expand All @@ -58,6 +59,7 @@ var overrideableBazelFlags []string = []string{
"--keep_going",
"-k",
"--nocache_test_results",
"--noenable_bzlmod",
"--nostamp",
"--output_groups=",
"--override_repository=",
Expand Down

0 comments on commit aa612a3

Please sign in to comment.