Skip to content

Commit 2d866ec

Browse files
committed
ci: filter macOS walltime jobs to BM_FibonacciRecursive_Darwin
1 parent 71a7778 commit 2d866ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ jobs:
255255
# 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.
256256
# For now, `$USER` remains the original user, but the program is ran with uid 0 with `sudo --preserve-env`
257257
# This problem is temporary because the runner does not YET do the same uid/gid spoofing on macos as it does on linux.
258+
#
258259
# BUILD_WORKSPACE_DIRECTORY is normally set by `bazel run`; we set it manually so workspace-relative __FILE__ resolution works when invoking the binary directly.
259260
run: BUILD_WORKSPACE_DIRECTORY=$PWD ./bazel-bin/examples/google_benchmark_bazel/my_benchmark --benchmark_filter=BM_FibonacciRecursive_Darwin
260261
mode: walltime

0 commit comments

Comments
 (0)