mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
724bafa094
PiperOrigin-RevId: 294224689
19 lines
310 B
Python
19 lines
310 B
Python
load("//tools:defs.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",
|
|
],
|
|
)
|