Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
- name: Build V
run: make -j4 && ./v symlink
- name: backend x64 regressions
if: ${{ false }} # Temporarily disabled.
run: |
set -e
Expand All @@ -115,6 +116,7 @@ jobs:
V2_VERIFY_STRICT=1 ./v test vlib/v2/ssa/optimize
- name: backend x64 examples
if: ${{ false }} # Temporarily disabled.
run: |
set -e
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
run: v run ci/macos_ci.vsh test_readline

v2-x64-native-macos:
if: ${{ false }} # Temporarily disabled.
runs-on: macos-15-intel
timeout-minutes: 30
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_sanitizers_leak.suppressions
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# websocket/ssl tests
leak:mbedtls_ssl_setup
leak:mbedtls_ssl_tls13_compute_application_transform
leak:rsa_alloc_wrap
leak:mbedtls_pk_parse

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows_ci_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
.\makev.bat -msvc
.\v.exe symlink
- name: backend x64 regressions
if: ${{ false }} # Temporarily disabled.
run: |
function Assert-LastExit([string] $label) {
if ($LASTEXITCODE -ne 0) {
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
Assert-LastExit 'strict vlib/v2/ssa/optimize'
Remove-Item Env:\V2_VERIFY_STRICT -ErrorAction SilentlyContinue
- name: backend x64 examples
if: ${{ false }} # Temporarily disabled.
run: |
function Assert-LastExit([string] $label) {
if ($LASTEXITCODE -ne 0) {
Expand Down
Loading
Loading