mirror of
https://github.com/vlang/v.git
synced 2025-09-08 06:41:58 -04:00
ci: fix build conditions that had sanitize-memory-clang?
instead of sanitize-memory-clang
This commit is contained in:
parent
a427fc5b59
commit
12afd051bb
@ -1,4 +1,4 @@
|
|||||||
// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?)
|
// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
|
||||||
module ecdsa
|
module ecdsa
|
||||||
|
|
||||||
fn test_ecdsa() {
|
fn test_ecdsa() {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?)
|
// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
|
||||||
import rand
|
import rand
|
||||||
import crypto.ecdsa
|
import crypto.ecdsa
|
||||||
import encoding.hex
|
import encoding.hex
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?)
|
// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
|
||||||
import net.openssl
|
import net.openssl
|
||||||
import crypto.ecdsa
|
import crypto.ecdsa
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?)
|
// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
|
||||||
module ecdsa
|
module ecdsa
|
||||||
|
|
||||||
import encoding.hex
|
import encoding.hex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user