Skip to content

Commit

Permalink
debug output rpms
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 30, 2024
1 parent 73704a8 commit 8b5a31d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bloom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ jobs:
echo "### spec END"
dnf builddep -y rpm/template.spec
rpmbuild -bb --build-in-place rpm/template.spec
dnf install -y /github/home/rpmbuild/RPMS/*/{ros-${{ matrix.ros_distribution }}-camera-ros-*.rpm,ros-${{ matrix.ros_distribution }}-camera-ros-debuginfo-*.rpm}
ls /github/home/rpmbuild/RPMS/x86_64/
# dnf install -y /github/home/rpmbuild/RPMS/*/{ros-${{ matrix.ros_distribution }}-camera-ros-*.rpm,ros-${{ matrix.ros_distribution }}-camera-ros-debuginfo-*.rpm}
dnf install -y /github/home/rpmbuild/RPMS/*/ros-${{ matrix.ros_distribution }}-camera-ros-*.rpm

0 comments on commit 8b5a31d

Please sign in to comment.