ci: avoid false positives for the existing PRs, by comment out the task V self compilation with -usecache on macos for now (#23145)

This commit is contained in:
Delyan Angelov 2024-12-12 23:41:39 +02:00 committed by GitHub
parent 1d54ad2605
commit 2d09b165e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,8 +66,8 @@ jobs:
run: v run ci/macos_ci.vsh build_examples_prod
- name: Build examples with V build with tcc
run: v run ci/macos_ci.vsh build_examples_v_compiled_with_tcc
- name: V self compilation with -usecache
run: v run ci/macos_ci.vsh v_self_compilation_usecache
## - name: V self compilation with -usecache
## run: v run ci/macos_ci.vsh v_self_compilation_usecache
- name: V self compilation with -parallel-cc
run: v run ci/macos_ci.vsh v_self_compilation_parallel_cc
- name: Test password input