Skip to content

Commit 0bbe690

Browse files
authored
Merge pull request #465 from GaetanLepage/error
Hint the user to use local eval when GHA fetching fails
2 parents 1e9b724 + 96e2e2f commit 0bbe690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixpkgs_review/review.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def build_pr(self, pr_number: int) -> dict[System, list[Attr]]:
335335
warn(
336336
"\nTimeout exceeded: No evaluation seems to be available on GitHub."
337337
"\nLook for an eventual evaluation error issue on the PR web page."
338+
"\nAlternatively, use `--eval local` to do the evaluation locally."
338339
)
339340
sys.exit(1)
340341
print()

0 commit comments

Comments
 (0)