ci: disable self-hosted temporarily
This commit is contained in:
parent
7eaebca032
commit
23a3c67990
30
.github/workflows/ci.yml
vendored
30
.github/workflows/ci.yml
vendored
@ -42,18 +42,18 @@ jobs:
|
|||||||
run: zig build all_tests -Dci --verbose
|
run: zig build all_tests -Dci --verbose
|
||||||
- name: Run host tests
|
- name: Run host tests
|
||||||
run: zig build test_host
|
run: zig build test_host
|
||||||
build_and_test:
|
# build_and_test:
|
||||||
runs-on: [self-hosted, Linux, X64]
|
# runs-on: [self-hosted, Linux, X64]
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
- name: Set up Zig
|
# - name: Set up Zig
|
||||||
uses: goto-bus-stop/setup-zig@v2
|
# uses: goto-bus-stop/setup-zig@v2
|
||||||
with:
|
# with:
|
||||||
version: master
|
# version: master
|
||||||
- name: Zig environment variables
|
# - name: Zig environment variables
|
||||||
run: zig env
|
# run: zig env
|
||||||
- name: Build test executables
|
# - name: Build test executables
|
||||||
run: zig build all_tests -Dci -Dci_native --verbose
|
# run: zig build all_tests -Dci -Dci_native --verbose
|
||||||
- name: Test with QEMU
|
# - name: Test with QEMU
|
||||||
run: zig build test_all -Dci -Dci_native --verbose
|
# run: zig build test_all -Dci -Dci_native --verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user