fix openssl

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2026-06-01 23:24:55 -04:00
parent aff9a6cee1
commit 5783427842
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
2 changed files with 7 additions and 1 deletions

View file

@ -52,7 +52,7 @@ jobs:
}
EOF
curl -X 'POST' \
curl -XPOST \
'https://git.eden-emu.dev/api/v1/repos/eden-emu/eden/pulls' \
-H 'accept: application/json' \
-H 'Authorization: Bearer ${{ secrets.CI_FJ_TOKEN }}' \

View file

@ -105,6 +105,12 @@ for pkg in $packages; do
# ????????????????????????????????
filter_out vksc
# openssl
if [ "$PACKAGE" = openssl ]; then
filter_out rsaref
filter_in "openssl-"
fi
# ignore betas/alphas (remove if needed)
filter_out alpha
filter_out beta