Skip to content

Commit

Permalink
Set quiet=True for z3_nix (#6259)
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jun 8, 2020
1 parent d064ea4 commit 20e2998
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,9 @@ nixpkgs_package(
fail_not_supported = False,
nix_file = "//nix:bazel.nix",
nix_file_deps = common_nix_file_deps,
# Remove once we upgrade to Bazel >=3.0. Until then `nix-build` output
# confuses the JAR query in `daml-sdk-head`.
quiet = True,
repositories = dev_env_nix_repos,
) if not is_windows else None

Expand Down

0 comments on commit 20e2998

Please sign in to comment.