From d455e3c88fd32218a48e7ee13fc0c669adbd2ca7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 4 Jul 2023 13:45:01 -0400 Subject: [PATCH] get more output from the build step --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c3c52d17..01cd999ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -598,6 +598,7 @@ commands: NIXPKGS=$(nixpkgs_flake_reference nixpkgs-<>) cache_if_able nix build \ --verbose \ + --print-build-logs \ --cores "$DEPENDENCY_CORES" \ --override-input nixpkgs "$NIXPKGS" \ .#<>-tahoe-lafs