Author: ivan
Date: Thu Jul  2 11:47:40 2026
New Revision: 1935802

Log:
On 1.15.x: Merge r1934535 from trunk:
  gha: Install the lxml and rnc2rng Python modules on the Linux test runners.
  Justification:
    Keep GitHub Actions configuration in sync with trunk.
  Votes:
    +1: ivan (only affects GHA)

Modified:
   subversion/branches/1.15.x/   (props changed)
   subversion/branches/1.15.x/.github/workflows/autoconf.yml
   subversion/branches/1.15.x/.github/workflows/cmake.yml

Modified: subversion/branches/1.15.x/.github/workflows/autoconf.yml
==============================================================================
--- subversion/branches/1.15.x/.github/workflows/autoconf.yml   Thu Jul  2 
11:34:49 2026        (r1935801)
+++ subversion/branches/1.15.x/.github/workflows/autoconf.yml   Thu Jul  2 
11:47:40 2026        (r1935802)
@@ -83,6 +83,8 @@ jobs:
           libutf8proc-dev
           ${{ matrix.httpd == 'system' && 'apache2-dev' || '' }}
           libsecret-1-dev
+          python3-lxml
+          python3-rnc2rng
 
       - name: Use LF for Git checkout
         run: |

Modified: subversion/branches/1.15.x/.github/workflows/cmake.yml
==============================================================================
--- subversion/branches/1.15.x/.github/workflows/cmake.yml      Thu Jul  2 
11:34:49 2026        (r1935801)
+++ subversion/branches/1.15.x/.github/workflows/cmake.yml      Thu Jul  2 
11:47:40 2026        (r1935802)
@@ -99,6 +99,8 @@ jobs:
               libdbus-1-dev
               qtbase5-dev
               libsecret-1-dev
+              python3-lxml
+              python3-rnc2rng
           - name: Mac OS
             os: macos-latest
             build_shared: ON

Reply via email to