From 3625873f5cd871772e0d2b05e964306c271e32ad Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sat, 13 Jan 2024 15:35:01 -0800 Subject: [PATCH] test --- .github/workflows/ci.yml | 2 ++ build.rs | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b38f55bea..5bfc20f808 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,6 +133,7 @@ jobs: runs-on: ${{ matrix.host_os }} strategy: + fail-fast: false # For testing purposes. matrix: # XXX: See `test-features` below. features: @@ -414,6 +415,7 @@ jobs: strategy: matrix: + fail-fast: false # For testing purposes. features: - --features=wasm32_unknown_unknown_js - --no-default-features --features=wasm32_unknown_unknown_js diff --git a/build.rs b/build.rs index f7b94108b7..12e262cb09 100644 --- a/build.rs +++ b/build.rs @@ -885,7 +885,6 @@ fn prefix_all_symbols(pp: char, prefix_prefix: &str, prefix: &str) -> String { ]; static SYMBOLS_TO_PREFIX: &[&str] = &[ - "CRYPTO_memcmp", "CRYPTO_poly1305_finish", "CRYPTO_poly1305_finish_neon", "CRYPTO_poly1305_init",