mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
d29e59af9f
PiperOrigin-RevId: 291745021
16 lines
250 B
Python
16 lines
250 B
Python
load("//tools:defs.bzl", "pkg_tar")
|
|
|
|
package(
|
|
default_visibility = ["//benchmarks:__subpackages__"],
|
|
licenses = ["notice"],
|
|
)
|
|
|
|
pkg_tar(
|
|
name = "tar",
|
|
srcs = [
|
|
"Dockerfile",
|
|
"index.js",
|
|
"package.json",
|
|
],
|
|
)
|