svn commit: r1935597 - subversion/trunk/.github/workflows
[email protected] Tue, 23 Jun 2026 17:31:19 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178223587945.355381.4203995152255337014@svn03-he-fi> |
Author: ivan
Date: Tue Jun 23 17:31:19 2026
New Revision: 1935597
Log:
GHA: Use Python3_FIND_STRATEGY=LOCATION for CMake configure . Otherwise CMake
will use most recent version Python [1]. This could differ from python found
by standard rules in PATH.
* .github/workflows/cmake.yml
(Configure CMake): Add -DPython3_FIND_STRATEGY=LOCATION.
[1]: https://cmake.org/cmake/help/latest/module/FindPython3.html#hints
Modified:
subversion/trunk/.github/workflows/cmake.yml
Modified: subversion/trunk/.github/workflows/cmake.yml
==============================================================================
--- subversion/trunk/.github/workflows/cmake.yml Tue Jun 23 17:30:05 2026 (r1935596)
+++ subversion/trunk/.github/workflows/cmake.yml Tue Jun 23 17:31:19 2026 (r1935597)
@@ -212,6 +212,7 @@ jobs:
-DVCPKG_TARGET_TRIPLET=${{ matrix.vcpkg_triplet }}
-DSVN_TEST_CONFIGURE_FOR_PARALLEL=ON
-DPython3_FIND_REGISTRY=NEVER
+ -DPython3_FIND_STRATEGY=LOCATION
${{ matrix.extra_config_opts }}
- name: Build CMake