gvisor/benchmarks/workloads/ruby_template/BUILD

20 lines
390 B
Python
Raw Normal View History

load("@rules_pkg//:pkg.bzl", "pkg_tar")
package(
default_visibility = ["//benchmarks:__subpackages__"],
licenses = ["notice"],
)
pkg_tar(
name = "tar",
srcs = [
"Dockerfile",
"Gemfile",
"Gemfile.lock",
"config.ru",
"index.erb",
"main.rb",
],
strip_prefix = "third_party/gvisor/benchmarks/workloads/ruby_template",
)