Commit d91401c
authored
fix: ensure the stage1 bootstrap is executable (#3258)
Bazel tends to make files executable, even if ctx.actions.write() or
ctx.actions.expand_template() is called without is_executable = True.
However, in an analysis tool of mine that is a bit more pedantic than
Bazel this leads to the issue that py_binary() targets can't be executed
due to them not having a +x bit.
Considering that the stage2 bootstrap is marked executable, let's mark
is_executable for consistency.1 parent 37cb91a commit d91401c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
| 897 | + | |
897 | 898 | | |
898 | 899 | | |
899 | 900 | | |
| |||
0 commit comments