Skip to content

Commit

Permalink
actually render drv_gcroots_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Feb 13, 2025
1 parent 81ebefc commit dfa7ed3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildbot_nix/buildbot_nix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ class NixEvalCommand(buildstep.ShellMixin, steps.BuildStep):

project: GitProject

renderables = ("drv_gcroots_dir",)

def __init__(
self,
project: GitProject,
Expand All @@ -635,7 +637,7 @@ def __init__(
failed_builds_db: FailedBuildDB,
worker_count: int,
max_memory_size: int,
drv_gcroots_dir: Path,
drv_gcroots_dir: util.Interpolate,
**kwargs: Any,
) -> None:
kwargs = self.setupShellMixin(kwargs)
Expand Down

0 comments on commit dfa7ed3

Please sign in to comment.