1
0
mirror of synced 2024-11-24 07:40:17 +01:00

build: Re-enable Fedora rawhide builds (#920)

* re-enable rawhide builds

* Update build.yml

* Update imhex.spec

---------

Co-authored-by: Nik <werwolv98@gmail.com>
This commit is contained in:
Jonathan Wright 2023-02-02 21:42:13 +01:00 committed by GitHub
parent 0b576adcf8
commit d02507ae4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -452,6 +452,10 @@ jobs:
strategy:
matrix:
include:
- name: Fedora
mock_release: rawhide
release_num: rawhide
mock_config: fedora-rawhide
- name: Fedora
mock_release: f37
release_num: 37
@ -550,7 +554,6 @@ jobs:
- name: 📦 Build RPM
run: |
fedpkg --path $GITHUB_WORKSPACE --release ${{ matrix.mock_release }} mockbuild --enable-network -N --root $GITHUB_WORKSPACE/mock.cfg extra_args -- -v
# set fortify_source back to 2 - level 3 in rawhide breaks through GH actions for some reason
- name: 🟩 Move and rename finished RPM
run: |

2
dist/rpm/imhex.spec vendored
View File

@ -131,3 +131,5 @@ cp -a lib/external/xdgpp/LICENSE %{buildroot}%{
%changelog
* Thu Jan 01 1970 ImHex GitHub CI - 0.0.0-0
- Build Package