Skip to content

Commit c6dc4d7

Browse files
arrowdalexey-tikhonov
authored andcommitted
FreeBSD CI: Pass correct paths to adcli and realm programs
Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
1 parent 2cdaaa4 commit c6dc4d7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo "::group::Dependencies installation"
8888
sudo -E pkg install -y \
8989
autoconf automake gettext-tools gmake libtool pkgconf \
90-
ldb25 popt samba416 talloc tdb tevent adcli libfido2 \
90+
ldb25 popt samba416 talloc tdb tevent adcli realmd libfido2 \
9191
bind-tools c-ares ding-libs git jose libinotify libuuid libxml2 \
9292
libxslt krb5 pcre2 python3 xmlcatmgr docbook-xsl \
9393
py311-setuptools \
@@ -98,7 +98,7 @@ jobs:
9898
autoreconf -f -i
9999
100100
env CFLAGS=-isystem/usr/local/include \
101-
CPPFLAGS='-isystem/usr/local/include -DRENEWAL_PROG_PATH="/usr/local/sbin/adcli"' \
101+
CPPFLAGS='-isystem/usr/local/include' \
102102
LDFLAGS=-L/usr/local/lib \
103103
KRB5_CONFIG=/usr/local/bin/krb5-config \
104104
SOFTHSM2_PATH=/usr/local/lib/softhsm/libsofthsm2.so \
@@ -110,6 +110,8 @@ jobs:
110110
--without-selinux \
111111
--without-nfsv4-idmapd-plugin \
112112
--with-smb-idmap-interface-version=6 \
113+
--with-adcli-path=${LOCALBASE}/sbin/adcli \
114+
--with-realm-path=${LOCALBASE}/sbin/realm \
113115
--with-xml-catalog-path=/usr/local/share/xml/catalog \
114116
--with-passkey
115117
echo "::endgroup::"

0 commit comments

Comments
 (0)