| common --noenable_workspace | |
| # Build without the bytes | |
| common:ci --remote_download_outputs=minimal | |
| common:ci --nobuild_runfile_links | |
| # Override the preset's `--lockfile_mode=error` on CI since we don't | |
| # yet commit MODULE.bazel.lock — see .gitignore. | |
| common:ci --lockfile_mode=off |