lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master e343f110: Use fixed version of TIFF submodule


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master e343f110: Use fixed version of TIFF submodule in the CI builds
Date: Thu, 12 May 2022 13:41:23 -0400 (EDT)

branch: master
commit e343f110be983b0c83068fd6d096e0ccd0578ab1
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Use fixed version of TIFF submodule in the CI builds
    
    This will become unnecessary once the entire wxWidgets submodule is
    updated to include the fixed version TIFF submodule and even more
    unnecessary when support for 32-bit builds is dropped entirely, but for
    now this should allow the 32-bit CI builds to run successfully instead
    of triggering an error after every push.
---
 .github/workflows/ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a2102924..accbebee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -233,6 +233,12 @@ jobs:
             echo
           fi
 
+      - name: Fix up TIFF submodule
+        run: |
+          cd third_party/wx/src/tiff
+          git fetch origin
+          git switch --detach af035310bddac3e2f58ae0a330bc6ef168e180f1
+
       - name: Cache downloaded archives
         uses: actions/cache@v2
         with:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]