Add missing zig_cc_binary import to the simple layer example in the documentation.
This commit is contained in:
parent
ed6444b775
commit
477e13afd0
@ -41,6 +41,7 @@ use their rules to define our 5 additional targets:
|
|||||||
load("@aspect_bazel_lib//lib:tar.bzl", "mtree_spec", "tar")
|
load("@aspect_bazel_lib//lib:tar.bzl", "mtree_spec", "tar")
|
||||||
load("@aspect_bazel_lib//lib:transitions.bzl", "platform_transition_filegroup")
|
load("@aspect_bazel_lib//lib:transitions.bzl", "platform_transition_filegroup")
|
||||||
load("@rules_oci//oci:defs.bzl", "oci_image", "oci_load", "oci_push")
|
load("@rules_oci//oci:defs.bzl", "oci_image", "oci_load", "oci_push")
|
||||||
|
load("@zml//bazel:zig.bzl", "zig_cc_binary")
|
||||||
|
|
||||||
zig_cc_binary(
|
zig_cc_binary(
|
||||||
name = "simple_layer",
|
name = "simple_layer",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user