Commit 90d2773
build: fix bazel devserver not launching (#17160)
The custom devserver implementation does currently not
work due to a breaking change in the `rules_nodejs` repo.
Apparently a `nodejs_binary` no longer generates an executable
output without either `.bat` or `.sh`. This is something we
relied on in the devserver launcher script. The fix is as simple
as resolving the executable with `.sh` extension as we run the
devserver launcher from within a `sh_binary` already.
(cherry picked from commit 7f6972f)1 parent d245db5 commit 90d2773
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments