Skip to content

Commit

Permalink
Add missing toolchain arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 14, 2024
1 parent c6fa4e4 commit d95c676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go/private/actions/compilepkg.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def _run_nogo(
outputs = [out_validation],
mnemonic = "ValidateNogo",
executable = go.toolchain._builder,
toolchain = GO_TOOLCHAIN_LABEL,
arguments = [validation_args],
execution_requirements = SUPPORTS_PATH_MAPPING_REQUIREMENT,
progress_message = "Validating nogo output for %{label}",
Expand Down
1 change: 1 addition & 0 deletions go/private/rules/nogo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def _nogo_impl(ctx):
outputs = [nogo_main],
mnemonic = "GoGenNogo",
executable = go.toolchain._builder,
toolchain = GO_TOOLCHAIN,
arguments = [nogo_args],
)

Expand Down

0 comments on commit d95c676

Please sign in to comment.