Skip to content

Commit 12afd05

Browse files
committed
ci: fix build conditions that had sanitize-memory-clang? instead of sanitize-memory-clang
1 parent a427fc5 commit 12afd05

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

vlib/crypto/ecdsa/ecdsa_test.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?)
1+
// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
22
module ecdsa
33

44
fn test_ecdsa() {

vlib/crypto/ecdsa/example/ecdsa_seed_test.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?)
1+
// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
22
import rand
33
import crypto.ecdsa
44
import encoding.hex

vlib/crypto/ecdsa/example/ensure_compatibility_with_net_openssl_test.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?)
1+
// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
22
import net.openssl
33
import crypto.ecdsa
44

vlib/crypto/ecdsa/util_test.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?)
1+
// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
22
module ecdsa
33

44
import encoding.hex

0 commit comments

Comments
 (0)