File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464arch=$( uname -m)
6565mkdir -p rpmbuild/RPMS/
6666pushd rpmbuild/RPMS/
67- packit --debug build locally ../..
67+ packit --debug build locally -p libmodulemd ../..
6868createrepo_c $arch
6969
7070$RETRY_CMD dnf -y install --nogpgcheck \
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments