feat: replace docker with podman, fix justfile for nixpkgs-review (#197)

This commit is contained in:
Ryan Yin
2025-06-29 10:32:32 +08:00
committed by GitHub
parent 85039dd975
commit 763167ce0d
5 changed files with 22 additions and 19 deletions
+5 -5
View File
@@ -392,17 +392,17 @@ list-systemd:
# Run nixpkgs-review for PR
[linux]
[group('nixpkgs')]
review pr:
gh workflow run review.yml --repo ryan4yin/nixpkgs-review-gha -f post-result=true -f pr={{pr}}
pkg-review pr:
gh workflow run review.yml --repo ryan4yin/nixpkgs-review-gha -f x86_64-darwin=no -f post-result=true -f pr={{pr}}
# Run package tests for PR
[linux]
[group('nixpkgs')]
test pr pname:
gh workflow run review.yml --repo ryan4yin/nixpkgs-review-gha -f post-result=true -f pr={{pr}} -f extra-args="-p {{pname}}.passthru.tests"
pkg-test pr pname:
gh workflow run review.yml --repo ryan4yin/nixpkgs-review-gha -f x86_64-darwin=no -f post-result=true -f pr={{pr}} -f extra-args="-p {{pname}}.passthru.tests"
# View the summary of a workflow
[linux]
[group('nixpkgs')]
summary:
pkg-summary:
gh workflow view review.yml --repo ryan4yin/nixpkgs-review-gha