Skip to content

Commit

Permalink
Bump CI to rpm 4.19 and cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatilai committed Jan 26, 2024
1 parent cf14e65 commit 1d2f8e6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ jobs:
run: cargo build

- name: Setup | rpm Dependencies
run: sudo apt install automake autoconf autopoint gettext libtool tar zlib1g-dev libpopt-dev libsqlite0-dev liblua5.4-dev fakechroot libarchive-dev
run: sudo apt install cmake autoconf gettext tar zlib1g-dev libpopt-dev libsqlite0-dev liblua5.4-dev libarchive-dev

- name: Setup | Checkout rpm
uses: actions/checkout@v2
with:
repository: rpm-software-management/rpm.git
ref: rpm-4.18.x
ref: rpm-4.19.x
fetch-depth: 1
path: rpm-pristine

Expand Down Expand Up @@ -149,13 +149,9 @@ jobs:
then
cp -a rpm-pristine rpm
cd rpm
autoreconf -is
cd ..
mkdir -p rpm-build
cd rpm-build
../rpm/configure --prefix=/ --with-crypto=sequoia
cmake -DCMAKE_INSTALL_PREFIX=/
else
cd rpm-build
fi
Expand All @@ -167,7 +163,7 @@ jobs:
echo "::group::make check"
cd tests
if ! make check TESTSUITEFLAGS="-k OpenPGP -k signature -k rpmkeys -k digest"
if ! make check TESTOPTS="-k OpenPGP -k signature -k rpmkeys -k digest"
then
echo "::endgroup::"
Expand Down

0 comments on commit 1d2f8e6

Please sign in to comment.