Revert "ci: bring back x64 test"

This reverts commit 0bd84e8060.
pull/3299/head
Alexander Medvednikov 2020-01-01 23:20:46 +01:00
parent e7e07be38c
commit c949e9e636
1 changed files with 1 additions and 1 deletions

View File

@ -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: