From 8385fa701f838d1b5164bb53ee1b46afa0cc9a31 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Thu, 19 Feb 2026 11:07:36 -0500 Subject: [PATCH] ci: update MAVSDK openssl patch And use commit for reproducible fetch --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc18f5f..bea3b11 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1381,7 +1381,7 @@ jobs: run: | git clone --depth 1 --branch OpenSSL_1_1_1w https://github.com/openssl/openssl.git cd openssl - wget https://raw.githubusercontent.com/mavlink/MAVSDK/main/third_party/openssl/dockcross-android.patch + wget https://raw.githubusercontent.com/mavlink/MAVSDK/17ad598f0e004d225f5e939aa2947a95791f2f9b/cpp/third_party/openssl/dockcross-android.patch patch -p 0 < dockcross-android.patch ./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./Configure ${{ matrix.arch_name.openssl_arg }} ./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j${nproc}