mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -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
|
||||
|
||||
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 crypto.ecdsa
|
||||
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 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
|
||||
|
||||
import encoding.hex
|
||||
|
Loading…
x
Reference in New Issue
Block a user