Skip to content

Commit 7b9470b

Browse files
authored
Merge pull request #414 from nix-community/fix-buildbot
disable do_build_if
2 parents a3e0e92 + 2425ed3 commit 7b9470b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildbot_nix/buildbot_nix/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,8 +1384,8 @@ def nix_skipped_build_config(
13841384
collapseRequests=False,
13851385
env={},
13861386
factory=factory,
1387-
do_build_if=lambda build: do_register_gcroot_if(build, branch_config_dict)
1388-
and outputs_path is not None,
1387+
# FIXME: we can enable this after the next buildbot update.
1388+
# do_build_if=lambda build: do_register_gcroot_if(build, branch_config_dict) and outputs_path is not None,
13891389
)
13901390

13911391

0 commit comments

Comments
 (0)