ci: add -prealloc self compilation checks on more platforms (#24891)

This commit is contained in:
Delyan Angelov 2025-07-14 11:03:56 +03:00 committed by GitHub
parent e2434a8256
commit 50db431cfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 41 additions and 14 deletions

View file

@ -38,6 +38,8 @@ jobs:
run: v run ci/macos_ci.vsh test_symlink
- name: v doctor
run: v run ci/macos_ci.vsh v_doctor
- name: Build v with -prealloc
run: v run ci/macos_ci.vsh build_v_with_prealloc
- name: Test cross compilation to Linux
run: v run ci/macos_ci.vsh test_cross_compilation
- name: Build V with -cstrict