Skip to content

Commit

Permalink
limit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jun 19, 2023
1 parent daa8af9 commit e7d1be6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
# centreon-broker-cbmod
mkdir -p /tmp/BUILDROOT/usr/lib64/nagios
cp lib/cbmod.so /tmp/BUILDROOT/usr/lib64/nagios/
bash .github/scripts/find-debuginfo.sh
shell: bash

- run: ls -Rlh bin
Expand All @@ -99,6 +101,8 @@ jobs:
#- run: strip lib/*
- run: ls -Rlh bin
- run: ls -Rlh lib

- run: ls -Rlh /tmp/BUILDROOT
# - run: |
# dnf install -y mlocate
# updatedb
Expand Down

0 comments on commit e7d1be6

Please sign in to comment.