semi working builds

dev
Nick Dumas 1 year ago
parent 4da393060f
commit 9db278952d

@ -1 +1,5 @@
common --experimental_enable_bzlmod
# Disable lockfiles until it works properly.
# https://github.com/bazelbuild/bazel/issues/19068
common --lockfile_mode=off

1
.gitignore vendored

@ -5,3 +5,4 @@ reports/*
lexer.log
parser.log
bazel-*
*.bazel.lock

@ -11,6 +11,7 @@ bazel_dep(name = "rules_pkg", version = "0.9.1")
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
use_repo(pull, "com_github_stretchr_testify", "org_uber_go_zap")
pull = use_extension("@rules_oci//oci:pull.bzl", "go_deps")
pull.oci_pull(
name = "distroless_base",

Loading…
Cancel
Save