Skip to content

Commit

Permalink
export file
Browse files Browse the repository at this point in the history
  • Loading branch information
ttpathan authored and fmeum committed Jan 22, 2023
1 parent bd5628a commit 5d4f3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/private/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Needed for guarding env_inherit support https://github.com/bazelbuild/rules_go/pull/3256 which requires 5.2.0+
def _bazel_version_repository_impl(repository_ctx):
repository_ctx.file("bazel_version.bzl", "bazel_version = \"{}\"".format(native.bazel_version))
repository_ctx.file("BUILD", "")
repository_ctx.file("BUILD", "exports_files([\"bazel_version.bzl\"])")

_bazel_version_repository = repository_rule(
implementation = _bazel_version_repository_impl,
Expand Down

0 comments on commit 5d4f3d9

Please sign in to comment.