Skip to content

Commit

Permalink
ci: avoid false positives for the existing PRs, by comment out the ta…
Browse files Browse the repository at this point in the history
…sk `V self compilation with -usecache` on macos for now (vlang#23145)
  • Loading branch information
spytheman authored Dec 12, 2024
1 parent 1d54ad2 commit 2d09b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d09b16

Please sign in to comment.