We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccaecb0 + e2d504f commit 81ebefcCopy full SHA for 81ebefc
buildbot_nix/buildbot_nix/__init__.py
@@ -683,7 +683,7 @@ async def run(self) -> int:
683
"accept-flake-config",
684
"true",
685
"--gc-roots-dir",
686
- self.drv_gcroots_dir,
+ str(self.drv_gcroots_dir),
687
"--force-recurse",
688
"--check-cache-status",
689
"--flake",
@@ -1109,6 +1109,7 @@ def nix_eval_config(
1109
"list",
1110
# fmt: on
1111
],
1112
+ flunkOnFailure=True,
1113
# TODO: support other branches?
1114
doStepIf=lambda c: c.build.getProperty("branch", "")
1115
== project.default_branch,
0 commit comments