summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/httpd/BUILD
blob: 83450d190ad1f0897dd8735e912af1d43a097319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load("//tools:defs.bzl", "pkg_tar")

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

pkg_tar(
    name = "tar",
    srcs = [
        "Dockerfile",
        "apache2-tmpdir.conf",
    ],
)