You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,7 @@ jobs:
255
255
# This is because bazel does not like the user switch between running `bazel build` as a user then running `bazel run` as sudo and refuses to run.
256
256
# For now, `$USER` remains the original user, but the program is ran with uid 0 with `sudo --preserve-env`
257
257
# This problem is temporary because the runner does not YET do the same uid/gid spoofing on macos as it does on linux.
258
+
#
258
259
# BUILD_WORKSPACE_DIRECTORY is normally set by `bazel run`; we set it manually so workspace-relative __FILE__ resolution works when invoking the binary directly.
0 commit comments