summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/ruby/BUILD
blob: e37d77804ee7907012e617f4cf9c039f0400f2aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
load("@rules_pkg//:pkg.bzl", "pkg_tar")

package(
    default_visibility = ["//benchmarks:__subpackages__"],
    licenses = ["notice"],
)

filegroup(
    name = "files",
    srcs = [
        "Dockerfile",
        "Gemfile",
        "Gemfile.lock",
        "config.ru",
        "index.rb",
    ],
)

pkg_tar(
    name = "tar",
    srcs = [
        "Dockerfile",
        "Gemfile",
        "Gemfile.lock",
        "config.ru",
        "index.rb",
    ],
)