mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
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:
parent
1d54ad2605
commit
2d09b165e4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos_ci.yml
vendored
4
.github/workflows/macos_ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue