-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into rfc/snark-pool-batching
- Loading branch information
Showing
1,732 changed files
with
96,121 additions
and
33,082 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Sandboxed build fails; I don't know if this is a bug in OBazl or in Bazel. | ||
## In any case, until this resolved we must use a different spawn strategy: | ||
build --spawn_strategy=local | ||
|
||
# always enable platform-based toolchain resolution: | ||
build --incompatible_enable_cc_toolchain_resolution | ||
|
||
## for private control over bazel, use ./user.bazelrc | ||
## (which should be listed in .gitignore) | ||
|
||
try-import user.bazelrc | ||
|
||
## copy the following to user.bazelrc to get started: | ||
|
||
# build --color=yes | ||
# build --symlink_prefix=.bazel/ # use hidden dir instead of top-level symlinks | ||
# build --subcommands # prints build cmd with space-separate args | ||
# build --subcommands=pretty_print # same, but args are newline-separated | ||
# build --verbose_failures | ||
# build --explain bazel.log | ||
# build --verbose_explanations | ||
# build --sandbox_debug | ||
# build --toolchain_resolution_debug | ||
# build --show_timestamps | ||
# build --keep_going | ||
# build --jobs 600 | ||
# build --toolchain_resolution_debug | ||
# build --nobuild # run load and analysis phases only, do not run execution phase | ||
# query --keep_going | ||
|
||
## for development/debugging: use local obazl repo | ||
# build --override_repository=obazl=/path/to/obazl |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.