From 8eb978b9c212068371c39b37be1522904a790811 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 16 Aug 2026 12:40:05 +0200 Subject: [PATCH] GHA/non-native: drop leftover perl5 install from riscv64 job [ci skip] Follow-up to bf594226d66dc2bbf62a18f3dea1ceabe5b26dcf #22601 --- .github/workflows/non-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 7ae7b1e4d1..6d232961ec 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -74,7 +74,7 @@ jobs: options: '-DCURL_USE_GSSAPI=ON -DCMAKE_UNITY_BUILD=OFF' } - { os: 'freebsd' , version: '15.1', build: 'cmake' , arch: 'riscv64', cc: 'clang', desc: 'openssl skipall', - install: 'cmake-core ninja perl5', + install: 'cmake-core ninja', options: '-D_CURL_PREFILL=ON -DBUILD_LIBCURL_DOCS=OFF -DBUILD_MISC_DOCS=OFF -DENABLE_CURL_MANUAL=OFF -DCURL_DISABLE_HTTPSIG=OFF -DCURL_DISABLE_TYPECHECK=ON' } - { os: 'freebsd' , version: '14.3', build: 'autotools', arch: 'arm64' , cc: 'clang', desc: 'openssl skipall !examples',