Skip to content

Commit 2d09b16

Browse files
authored
ci: avoid false positives for the existing PRs, by comment out the task V self compilation with -usecache on macos for now (#23145)
1 parent 1d54ad2 commit 2d09b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
run: v run ci/macos_ci.vsh build_examples_prod
6767
- name: Build examples with V build with tcc
6868
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
69+
## - name: V self compilation with -usecache
70+
## run: v run ci/macos_ci.vsh v_self_compilation_usecache
7171
- name: V self compilation with -parallel-cc
7272
run: v run ci/macos_ci.vsh v_self_compilation_parallel_cc
7373
- name: Test password input

0 commit comments

Comments
 (0)