Skip to content

Commit

Permalink
Build with quota
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed May 29, 2024
1 parent 43897ba commit 0c5f2fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ jobs:
openssl-devel \
pam-devel \
perl \
quota-devel \
systemd \
systemtap-sdt-devel \
tracker \
Expand All @@ -321,6 +322,7 @@ jobs:
--enable-pgp-uam \
--with-cracklib \
--with-init-style=redhat-systemd \
--with-libtirpc \
--with-tracker-pkgconfig-version=3.0
- name: Autotools - Build
run: make -j $(nproc)
Expand All @@ -335,7 +337,8 @@ jobs:
meson setup build \
-Dbuild-tests=true \
-Ddisable-init-hooks=true \
-Dwith-init-style=redhat-systemd
-Dwith-init-style=redhat-systemd \
-Dwith-libtirpc=true
- name: Meson - Build
run: ninja -C build
- name: Meson - Run tests
Expand Down

0 comments on commit 0c5f2fe

Please sign in to comment.