Skip to content

Commit

Permalink
Build RHEL9
Browse files Browse the repository at this point in the history
  • Loading branch information
donhardman committed Nov 1, 2022
1 parent a372193 commit 37ee4e7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmake/builds/build_rhel9.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ---------- rhel9 ----------
# Above line is mandatory!
# rules to build rpm package for Red Hat linux 9 / Centos Stream 9

message ( STATUS "Will create RPM for RedHat/Centos Stream 9" )
set ( RELEASE_DIST ".el9" )
include ( builds/CommonRpm )
18 changes: 18 additions & 0 deletions packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,24 @@ collect_rhel8:
variables:
DISTRO: 8

# ==================== RHEL 9 ======================

rhel9:
extends: [ .build ]
variables:
DISTR: rhel9

rhel9_arm:
extends: [ rhel9 ]
variables:
arch: aarch64

collect_rhel9:
extends: [ .collect_rpm ]
needs: [ rhel9, rhel9_arm ]
variables:
DISTRO: 9

# ==================== Debian-based ======================

# ==================== Debian Stretch ======================
Expand Down

0 comments on commit 37ee4e7

Please sign in to comment.