Build on bare bare metal servers
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
build.yml / build (x86) (push) Failing after 4s
build.yml / release (push) Canceled after 0s
build.yml / build (ucrt) (push) Canceled after 15m25s

* Allow builds to use cached Nix packages
* Prevent them from running on my VPS
* Possibly avoid re-downloading the SVN every single time?
This commit is contained in:
Greg Hellings
2026-08-06 20:17:23 -05:00
parent 49f5bf24ed
commit c2ac0cf586
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
jobs:
build:
runs-on: nix-latest
runs-on: bare-metal
strategy:
matrix:
arch:
+1 -1
View File
@@ -3,7 +3,7 @@
jobs:
check:
runs-on: nix-latest
runs-on: bare-metal
steps:
- uses: actions/checkout@v6
- name: Flake check