mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix tests-sanitize-address-msvc job (pass proper /fsanitize=address
option)
This commit is contained in:
parent
39ad6da506
commit
209b159554
6
.github/workflows/ci_sanitized.yml
vendored
6
.github/workflows/ci_sanitized.yml
vendored
@ -159,14 +159,14 @@ jobs:
|
|||||||
echo %VFLAGS%
|
echo %VFLAGS%
|
||||||
echo $VFLAGS
|
echo $VFLAGS
|
||||||
.\make.bat -msvc
|
.\make.bat -msvc
|
||||||
.\v.exe -cflags /WX self
|
.\v.exe -cflags /fsanitize=address self
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
.\v.exe setup-freetype
|
.\v.exe setup-freetype
|
||||||
.\.github\workflows\windows-install-sqlite.bat
|
.\.github\workflows\windows-install-sqlite.bat
|
||||||
- name: Self tests (-fsanitize=address)
|
- name: Self tests (/fsanitize=address)
|
||||||
run: |
|
run: |
|
||||||
.\v.exe -cflags -fsanitize=address test-self
|
.\v.exe -cflags /fsanitize=address test-self
|
||||||
|
|
||||||
tests-sanitize-address-gcc:
|
tests-sanitize-address-gcc:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
|
Loading…
Reference in New Issue
Block a user