Skip to content

Commit

Permalink
Specify yum-builddep --nobest for lib and plugins so they don't try i…
Browse files Browse the repository at this point in the history
…nstall more recent packages than what's stated in the spec file
  • Loading branch information
mpartio committed Sep 4, 2024
1 parent 5ec3424 commit 635cfd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rpmbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
shell: bash
run: |
cd himan-lib
yum-builddep -y himan-lib.spec
yum-builddep -y himan-lib.spec --nobest
make rpm
- name: Build himan-bin rpm
id: build-himan-bin
Expand All @@ -123,7 +123,7 @@ jobs:
shell: bash
run: |
cd himan-plugins
yum-builddep -y himan-plugins.spec
yum-builddep -y himan-plugins.spec --nobest
make rpm
- name: Build himan-scripts rpm
id: build-himan-scripts
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
shell: bash
run: |
cd himan-lib
yum-builddep -y himan-lib.spec
yum-builddep -y himan-lib.spec --nobest
make rpm
- name: Build himan-bin rpm
id: build-himan-bin
Expand All @@ -381,7 +381,7 @@ jobs:
shell: bash
run: |
cd himan-plugins
yum-builddep -y himan-plugins.spec
yum-builddep -y himan-plugins.spec --nobest
make rpm
- name: Build himan-scripts rpm
id: build-himan-scripts
Expand Down

0 comments on commit 635cfd2

Please sign in to comment.