diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-02 13:42:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-02 13:42:49 +0900 |
| commit | c5089cad7883d0157ca5339ed6e43fb18ad2c838 (patch) | |
| tree | 6170e08ba1541d62b7ceee22f3c0a48ec4b0a7de /.gitea | |
| parent | c83905f31194541892e99d5a57b7b974b6a601d2 (diff) | |
cmd: remove hpkg
This proof-of-concept was abandoned long ago. Its test suite is flaky, heavy on I/O and does not increase test coverage. This change fully removes hpkg and supporting code.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/test.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 3870bbb4..7066d0d4 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -89,23 +89,6 @@ jobs: path: result/* retention-days: 1 - hpkg: - name: Hpkg - runs-on: nix - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Run NixOS test - run: nix build --out-link "result" --print-out-paths --print-build-logs .#checks.x86_64-linux.hpkg - - - name: Upload test output - uses: actions/upload-artifact@v3 - with: - name: "hpkg-vm-output" - path: result/* - retention-days: 1 - check: name: Flake checks needs: @@ -114,7 +97,6 @@ jobs: - sandbox - sandbox-race - sharefs - - hpkg runs-on: nix steps: - name: Checkout |
