From 67912c692b497eef7c3b255336fb74e01a2d48ef Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 31 Dec 2019 16:06:01 +0100 Subject: [PATCH] ci: disable 2 jobs for now --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d51017620..fb0c9953f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Run v fmt -diff on only the changed files. Does NOT fail for now. run: git diff --name-status origin/master HEAD -- '*.v' |grep -v '^D'|rev|cut -f1|rev| xargs ./v fmt -noerror -diff - name: Run v test-fmt - run: ./v test-fmt + run: echo "TODO" #./v test-fmt ubuntu-tcc: runs-on: ubuntu-18.04 @@ -120,7 +120,7 @@ jobs: - name: Freestanding run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v - name: x64 machine code generation - run: cd examples/x64 && ../../v -x64 hello_world.v && ./hello_world + run: echo "TODO" #cd examples/x64 && ../../v -x64 hello_world.v && ./hello_world ubuntu-prebuilt: