Skip to content

Commit

Permalink
chore: Fixup visibility for local base targets (dfinity#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bownairo authored and levifeldman committed Oct 1, 2024
1 parent ac7894b commit 6756d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ic-os/guestos/envs/local-base-dev/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
load("//ic-os:defs.bzl", "icos_build")
load("//ic-os/guestos:defs.bzl", "image_deps")

package(default_visibility = ["//ic-os/guestos:__subpackages__"])

# The macro contains several targets.
# Check
# //ic-os/guestos/BUILD.bazel for examples
Expand All @@ -14,4 +12,5 @@ icos_build(
image_deps_func = image_deps,
tags = ["manual"],
upload_prefix = None, # Do not upload locally built base images
visibility = ["//rs:ic-os-pkg"],
)
3 changes: 1 addition & 2 deletions ic-os/guestos/envs/local-base-prod/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
load("//ic-os:defs.bzl", "icos_build")
load("//ic-os/guestos:defs.bzl", "image_deps")

package(default_visibility = ["//ic-os/guestos:__subpackages__"])

# The macro contains several targets.
# Check
# //ic-os/guestos/BUILD.bazel for examples
Expand All @@ -13,4 +11,5 @@ icos_build(
image_deps_func = image_deps,
tags = ["manual"],
upload_prefix = None, # Do not upload locally built base images
visibility = ["//rs:ic-os-pkg"],
)

0 comments on commit 6756d10

Please sign in to comment.