{% extends "base.html" %} {% block title %}Build {{ build.job_name }} - FC CI{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{{ build.drv_path }}Output: {{ build.output_path }}
Error: {{ build.error_message }}
{% endif %} {% if !build.log_url.is_empty() %} {% endif %}To reproduce this build locally, run one of the following commands:
nix build {{ build.drv_path }}^*
nix-build {{ build.drv_path }}
Note: You may need to add this server as a substituter to avoid rebuilding dependencies.
| # | Command | Exit | Started | Completed |
|---|---|---|---|---|
| {{ s.step_number }} | {{ s.command }} |
{% match s.exit_code %}{% when Some with (0) %}0{% when Some with (code) %}{{ code }}{% when None %}-{% endmatch %} | {{ s.started_at.format("%H:%M:%S") }} | {% match s.completed_at %}{% when Some with (t) %}{{ t.format("%H:%M:%S") }}{% when None %}-{% endmatch %} |
| Name | Path | Size |
|---|---|---|
| {{ p.name }} | {{ p.path }} |
{% match p.file_size %}{% when Some with (sz) %}{{ sz }} bytes{% when None %}-{% endmatch %} |