We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
V self compilation with -usecache
1 parent 1d54ad2 commit 2d09b16Copy full SHA for 2d09b16
.github/workflows/macos_ci.yml
@@ -66,8 +66,8 @@ jobs:
66
run: v run ci/macos_ci.vsh build_examples_prod
67
- name: Build examples with V build with tcc
68
run: v run ci/macos_ci.vsh build_examples_v_compiled_with_tcc
69
- - name: V self compilation with -usecache
70
- 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
71
- name: V self compilation with -parallel-cc
72
run: v run ci/macos_ci.vsh v_self_compilation_parallel_cc
73
- name: Test password input
0 commit comments