Route GNS build to isolated CO-SERVER runner

This commit is contained in:
Nomads_Reach
2026-08-17 15:51:49 -04:00
parent e1d894e828
commit 6f1e7d8f99
+8 -3
View File
@@ -10,14 +10,19 @@ on:
- "server/native_transport/**"
- ".github/workflows/gns-transport.yml"
permissions:
contents: read
jobs:
linux:
name: Linux native GNS bridge
runs-on: [self-hosted, Linux, X64]
runs-on: [self-hosted, Linux, X64, co-server]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
with:
persist-credentials: false
- name: Verify build dependencies (pre-provisioned on the self-hosted runner)
- name: Verify build dependencies
run: |
missing=0
for tool in cmake ninja protoc; do