ci: fix build conditions that had sanitize-memory-clang? instead of sanitize-memory-clang

This commit is contained in:
Delyan Angelov 2025-04-01 09:40:03 +03:00
parent a427fc5b59
commit 12afd051bb
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
4 changed files with 4 additions and 4 deletions

View File

@ -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() {

View File

@ -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

View File

@ -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

View File

@ -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