4
0
Fork 2
mirror of https://gerrit.hackerspace.pl/hscloud synced 2025-03-18 16:34:53 +00:00
hscloud/BUILD

21 lines
498 B
Text
Raw Normal View History

2019-01-13 17:51:34 +01:00
# Gazelle settings
load("@bazel_gazelle//:def.bzl", "gazelle")
# Used by //go/workspace tests.
exports_files(["WORKSPACE", "default.nix"])
2019-01-13 17:51:34 +01:00
# gazelle:prefix code.hackerspace.pl/hscloud
# gazelle:go_naming_convention go_default_library
2019-01-13 17:51:34 +01:00
gazelle(
name = "gazelle",
args = [
"-to_macro=third_party/go/repositories.bzl%go_repositories",
],
2019-01-13 17:51:34 +01:00
)
config_setting(
name = "linux",
constraint_values = ["@bazel_tools//platforms:linux"],
visibility = ["//visibility:public"],
)