2022-07-12 12:37:07 +00:00
|
|
|
load("//tools:defaults.bzl", "ts_config")
|
2018-10-04 20:14:14 +00:00
|
|
|
|
2021-09-27 23:02:04 +00:00
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
|
|
2018-12-18 06:09:39 +00:00
|
|
|
exports_files([
|
|
|
|
|
"tsconfig.json",
|
2021-12-15 15:16:29 +00:00
|
|
|
"postinstall-patches.js",
|
2018-12-18 06:09:39 +00:00
|
|
|
])
|
2018-08-02 04:02:36 +00:00
|
|
|
|
2018-10-04 20:14:14 +00:00
|
|
|
ts_config(
|
|
|
|
|
name = "tsconfig-test",
|
|
|
|
|
src = "tsconfig-test.json",
|
|
|
|
|
deps = ["tsconfig.json"],
|
|
|
|
|
)
|
|
|
|
|
|
2018-08-02 04:02:36 +00:00
|
|
|
platform(
|
|
|
|
|
name = "rbe_ubuntu1604-angular",
|
2019-03-15 17:45:20 +00:00
|
|
|
parents = ["@rbe_ubuntu1604_angular//config:platform"],
|
2018-08-02 04:02:36 +00:00
|
|
|
remote_execution_properties = """
|
2019-03-15 17:45:20 +00:00
|
|
|
{PARENT_REMOTE_EXECUTION_PROPERTIES}
|
2018-08-02 04:02:36 +00:00
|
|
|
properties: {
|
|
|
|
|
name: "dockerAddCapabilities"
|
|
|
|
|
value: "SYS_ADMIN"
|
|
|
|
|
}
|
2020-02-13 21:07:25 +00:00
|
|
|
properties: {
|
|
|
|
|
name: "dockerNetwork"
|
|
|
|
|
value: "standard"
|
|
|
|
|
}
|
2019-06-26 19:13:50 +00:00
|
|
|
properties: {
|
|
|
|
|
name: "Pool"
|
|
|
|
|
value: "default"
|
|
|
|
|
}
|
2018-08-02 04:02:36 +00:00
|
|
|
""",
|
|
|
|
|
)
|