svn commit: r1934985 - subversion/trunk/.github/workflows
[email protected] Thu, 04 Jun 2026 16:42:14 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178059133421.2799315.4742077344814617226@svn03-he-fi> |
Author: ivan
Date: Thu Jun 4 16:42:13 2026
New Revision: 1934985
Log:
gha: Enable libmagic and libsasl for Linux build.
* .github/workflows/cmake.yml
(jobs.build.strategy.matrix.Linux, shared, with tests): Set
SVN_ENABLE_SASL=ON and SVN_ENABLE_LIBMAGIC=ON. Add libsasl2-dev and
libmagic-dev to extra_packages list.
Modified:
subversion/trunk/.github/workflows/cmake.yml
Modified: subversion/trunk/.github/workflows/cmake.yml
==============================================================================
--- subversion/trunk/.github/workflows/cmake.yml Thu Jun 4 16:22:21 2026 (r1934984)
+++ subversion/trunk/.github/workflows/cmake.yml Thu Jun 4 16:42:13 2026 (r1934985)
@@ -76,6 +76,8 @@ jobs:
extra_config_opts: >
-DSVN_ENABLE_AUTH_KWALLET=ON
-DSVN_ENABLE_AUTH_GNOME_KEYRING=ON
+ -DSVN_ENABLE_SASL=ON
+ -DSVN_ENABLE_LIBMAGIC=ON
extra_packages: >
libkf5wallet-dev
libkf5coreaddons-dev
@@ -85,6 +87,8 @@ jobs:
libsecret-1-dev
python3-lxml
python3-rnc2rng
+ libsasl2-dev
+ libmagic-dev
- name: Mac OS
os: macos-latest
build_shared: ON