From 23a3c67990b504c487bbcf21dc4f76e898fa23b8 Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Mon, 21 Aug 2023 07:53:31 -0600 Subject: [PATCH] ci: disable self-hosted temporarily --- .github/workflows/ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b9602f..75f58fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,18 +42,18 @@ jobs: run: zig build all_tests -Dci --verbose - name: Run host tests run: zig build test_host - build_and_test: - runs-on: [self-hosted, Linux, X64] - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Set up Zig - uses: goto-bus-stop/setup-zig@v2 - with: - version: master - - name: Zig environment variables - run: zig env - - name: Build test executables - run: zig build all_tests -Dci -Dci_native --verbose - - name: Test with QEMU - run: zig build test_all -Dci -Dci_native --verbose + # build_and_test: + # runs-on: [self-hosted, Linux, X64] + # steps: + # - name: Checkout + # uses: actions/checkout@v3 + # - name: Set up Zig + # uses: goto-bus-stop/setup-zig@v2 + # with: + # version: master + # - name: Zig environment variables + # run: zig env + # - name: Build test executables + # run: zig build all_tests -Dci -Dci_native --verbose + # - name: Test with QEMU + # run: zig build test_all -Dci -Dci_native --verbose