From 6eaa06c0c7cedf045ce5641054d447605ad866d8 Mon Sep 17 00:00:00 2001 From: JalonSolov Date: Mon, 3 Jul 2023 23:42:28 -0400 Subject: [PATCH] ci: remove the job testing that vls builds (#18762) --- .../v_apps_and_modules_compile_ci.yml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/v_apps_and_modules_compile_ci.yml b/.github/workflows/v_apps_and_modules_compile_ci.yml index a57fcbc392..12e1bcc011 100644 --- a/.github/workflows/v_apps_and_modules_compile_ci.yml +++ b/.github/workflows/v_apps_and_modules_compile_ci.yml @@ -85,18 +85,18 @@ jobs: # v run /tmp/gitly/tests/first_run.v # # /tmp/gitly/gitly -ci_run - - name: Build V Language Server (VLS) vlang/vls - run: | - echo "Clone VLS" - git clone --depth 1 https://github.com/vlang/vls /tmp/vls - echo "Build VLS" - v /tmp/vls/cmd/vls - echo "Build VLS with -prod" - v -prod /tmp/vls/cmd/vls - echo "Build VLS with -gc boehm -skip-unused" - v -gc boehm -skip-unused /tmp/vls/cmd/vls - echo "Test VLS with gcc" - v -cc gcc test /tmp/vls +# - name: Build V Language Server (VLS) vlang/vls +# run: | +# echo "Clone VLS" +# git clone --depth 1 https://github.com/vlang/vls /tmp/vls +# echo "Build VLS" +# v /tmp/vls/cmd/vls +# echo "Build VLS with -prod" +# v -prod /tmp/vls/cmd/vls +# echo "Build VLS with -gc boehm -skip-unused" +# v -gc boehm -skip-unused /tmp/vls/cmd/vls +# echo "Test VLS with gcc" +# v -cc gcc test /tmp/vls - name: Build vlang/go2v run: |