Skip to content

Commit

Permalink
ci: remove the job testing that vls builds (#18762)
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov committed Jul 4, 2023
1 parent 9bf2449 commit 6eaa06c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 6eaa06c

Please sign in to comment.