]> git.ipfire.org Git - thirdparty/openssl.git/commit
.github/workflows/windows_comp.yml: drop platform symbol usage check
authorEugene Syromiatnikov <esyr@openssl.org>
Tue, 31 Mar 2026 17:13:55 +0000 (19:13 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Fri, 3 Apr 2026 15:42:49 +0000 (17:42 +0200)
commiteebbaf4de37de072ecd734c23030d6c491d1233c
tree5342cf76c92503a0a9e1505fd358c15863ac4a9b
parent91e6678309fd065b27b4d8549a323c7f2ceb7e1b
.github/workflows/windows_comp.yml: drop platform symbol usage check

It has never worked, as an attempt to make it work leads to this error:

    Symbol ZSTD_compressStream2 not in the allowed platform symbols list
    Symbol ZSTD_CStreamInSize not in the allowed platform symbols list
    Symbol ZSTD_initCStream not in the allowed platform symbols list
    Symbol ZSTD_freeCStream not in the allowed platform symbols list
    Symbol ZSTD_endStream not in the allowed platform symbols list
    Symbol ZSTD_freeDStream not in the allowed platform symbols list
    Symbol ZSTD_initDStream not in the allowed platform symbols list
    Symbol ZSTD_decompressStream not in the allowed platform symbols list
    Symbol ZSTD_getErrorName not in the allowed platform symbols list
    Symbol ZSTD_DStreamInSize not in the allowed platform symbols list
    Symbol ZSTD_decompress not in the allowed platform symbols list
    Symbol ZSTD_flushStream not in the allowed platform symbols list
    Symbol ZSTD_isError not in the allowed platform symbols list
    Symbol ZSTD_createCStream_advanced not in the allowed platform symbols list
    Symbol ZSTD_createDStream_advanced not in the allowed platform symbols list
    Symbol ZSTD_compress not in the allowed platform symbols list

Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Fri Apr  3 15:42:22 2026
(Merged from https://github.com/openssl/openssl/pull/30635)

(cherry picked from commit f007284b9110701433b3a7b65e64b16aec7feecd)
.github/workflows/windows_comp.yml