Skip to content

Commit

Permalink
Merge branch 'develop' into rfc/snark-pool-batching
Browse files Browse the repository at this point in the history
  • Loading branch information
ember arlynx authored Aug 21, 2020
2 parents e69410d + 2919804 commit 94b42f2
Show file tree
Hide file tree
Showing 1,732 changed files with 96,121 additions and 33,082 deletions.
32 changes: 32 additions & 0 deletions .bazelrc
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
5 changes: 0 additions & 5 deletions .buildkite/Makefile

This file was deleted.

104 changes: 0 additions & 104 deletions .buildkite/agent.nix

This file was deleted.

1 change: 0 additions & 1 deletion .buildkite/docker.nix

This file was deleted.

4 changes: 0 additions & 4 deletions .buildkite/hooks/post-checkout

This file was deleted.

9 changes: 0 additions & 9 deletions .buildkite/scripts/generate-jobs.sh

This file was deleted.

1 change: 0 additions & 1 deletion .buildkite/shell.nix

This file was deleted.

5 changes: 0 additions & 5 deletions .buildkite/src/Constants/ContainerImages.dhall

This file was deleted.

76 changes: 0 additions & 76 deletions .buildkite/src/Lib/Command.dhall

This file was deleted.

8 changes: 0 additions & 8 deletions .buildkite/src/Lib/JobSpec.dhall

This file was deleted.

37 changes: 0 additions & 37 deletions .buildkite/src/Lib/Pipeline.dhall

This file was deleted.

1 change: 0 additions & 1 deletion .buildkite/src/Lib/Size.dhall

This file was deleted.

4 changes: 0 additions & 4 deletions .buildkite/src/Lib/TriggerCommand.dhall

This file was deleted.

41 changes: 0 additions & 41 deletions .buildkite/src/Monorepo.dhall

This file was deleted.

30 changes: 0 additions & 30 deletions .buildkite/src/Prepare.dhall

This file was deleted.

20 changes: 0 additions & 20 deletions .buildkite/src/jobs/CheckDhall/Pipeline.dhall

This file was deleted.

Loading

0 comments on commit 94b42f2

Please sign in to comment.