From bc5a3b855926c0eaa465c483f59cf1e039717a14 Mon Sep 17 00:00:00 2001 From: Takeo Sawada Date: Sat, 24 Sep 2022 11:10:11 +0900 Subject: [PATCH 1/2] docs: mention --worker_sandboxing incompatibility --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20047c8a..ea2b6757 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ Since rules_js always runs tools from the bazel-out tree, rules_ts naturally fix From the release you wish to use: copy the WORKSPACE snippet into your `WORKSPACE` file. + +Please note that rules_ts does not work with `--worker_sandboxing` (https://github.com/aspect-build/rules_ts/issues/127). From b14955af258a0a0cbd41770e7adf136bd4a997ff Mon Sep 17 00:00:00 2001 From: Takeo Sawada Date: Sat, 24 Sep 2022 11:12:39 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea2b6757..cbfd58f9 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ From the release you wish to use: copy the WORKSPACE snippet into your `WORKSPACE` file. -Please note that rules_ts does not work with `--worker_sandboxing` (https://github.com/aspect-build/rules_ts/issues/127). +Please note that rules_ts does not work with `--worker_sandboxing`.