blob: 1632e7d2f7a9485ca21864ac26dbbd32839e51ce [file]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
load(
"@fuchsia_infra//infra:infra.bzl",
"fuchsia_builder_group",
)
fuchsia_builder_group(
name = "infra",
build_only = [
"//src/hello_rust:pkg",
"//src:samples_repository",
],
)