Sync from GitHub main #1

Open
nomad wants to merge 145 commits from sync/from-github into main
Showing only changes of commit 6f1e7d8f99 - Show all commits
+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