Skip to content

Commit

Permalink
Update doc about --bisect (bazelbuild#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored May 15, 2023
1 parent 63400fb commit 3629199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ This will show you which flags can safely enabled, and which flags require a mig
bazelisk --bisect=6.0.0..HEAD test //foo:bar_test
```

### Useful environment variables
Note that, Bazelisk uses prebuilt Bazel binaries at commits on the main and release branches, therefore you cannot bisect your local commits.

### Useful environment variables for --migrate and --bisect

You can set `BAZELISK_INCOMPATIBLE_FLAGS` to set a list of incompatible flags (separated by `,`) to be tested, otherwise Bazelisk tests all flags starting with `--incompatible_`.

Expand Down

0 comments on commit 3629199

Please sign in to comment.