Skip to content

Commit 4fad604

Browse files
konturappisar
authored andcommitted
Build only the snapshot packit libmodulemd package
This ensures we don't also build `libmodulemd-epel7` packit package.
1 parent 856c2ab commit 4fad604

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ci/fedora/ci-tasks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fi
6464
arch=$(uname -m)
6565
mkdir -p rpmbuild/RPMS/
6666
pushd rpmbuild/RPMS/
67-
packit --debug build locally ../..
67+
packit --debug build locally -p libmodulemd ../..
6868
createrepo_c $arch
6969

7070
$RETRY_CMD dnf -y install --nogpgcheck \

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
working-directory: ${{github.workspace}}/rpmbuild/RPMS
9393
run: |
9494
git config --global --add safe.directory "$GITHUB_WORKSPACE"
95-
packit --debug build locally ../..
95+
packit --debug build locally -p libmodulemd ../..
9696
createrepo_c x86_64
9797
9898
- name: Install the packages
@@ -197,7 +197,7 @@ jobs:
197197
working-directory: ${{github.workspace}}/rpmbuild/RPMS
198198
run: |
199199
git config --global --add safe.directory "$GITHUB_WORKSPACE"
200-
packit --debug build locally ../..
200+
packit --debug build locally -p libmodulemd ../..
201201
createrepo_c x86_64
202202
203203
- name: Install the packages

0 commit comments

Comments
 (0)