Skip to content

Commit

Permalink
[CI] Add linux packages for Fedora 40
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Apr 24, 2024
1 parent eca0fd0 commit 0597d64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
needs: prepare-binaries
strategy:
matrix:
os: [fc37, fc38, fc39, suse15_4, suse15_5]
os: [fc37, fc38, fc39, fc40, suse15_4, suse15_5]
type: [client, manager]
fail-fast: false
env:
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
BOINCDIR=/var/lib/boinc
case ${{ matrix.os }} in
"fc37" | "fc38" | "fc39")
"fc37" | "fc38" | "fc39" | "fc40")
CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt"
;;
"suse15_4" | "suse15_5")
Expand Down Expand Up @@ -675,7 +675,7 @@ jobs:
needs: build-rpm-package
strategy:
matrix:
os: [37, 38, 39]
os: [37, 38, 39, 40]
fail-fast: false
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand Down Expand Up @@ -858,7 +858,7 @@ jobs:
needs: [test-fedora-rpm-package, test-opensuse-rpm-package]
strategy:
matrix:
os: [fc37, fc38, fc39, suse15_4, suse15_5]
os: [fc37, fc38, fc39, fc40, suse15_4, suse15_5]
fail-fast: false
env:
ARCH: x86_64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpmrepo/package_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function exit_usage() {

case "$1_$2" in
# fedora distros
"fc37_linux_client" | "fc38_linux_client" | "fc38_linux_client")
"fc37_linux_client" | "fc38_linux_client" | "fc39_linux_client" | "fc40_linux_client")
echo "glibc,libXScrnSaver >= 1.2.3,ca-certificates"
;;
# opensuse distros
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rpmrepo/package_filelist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.

case "$1_$2" in
"fc37_linux_client" | "fc38_linux_client" | "fc39_linux_client" | "suse15_4_linux_client" | "suse15_5_linux_client")
"fc37_linux_client" | "fc38_linux_client" | "fc39_linux_client" | "fc40_linux_client" | "suse15_4_linux_client" | "suse15_5_linux_client")
echo """/etc/default/*
/etc/init.d/*
/etc/bash_completion.d/*
Expand All @@ -31,7 +31,7 @@ case "$1_$2" in
"""
;;

"fc37_linux_manager" | "fc38_linux_manager" | "fc39_linux_manager" | "suse15_4_linux_manager" | "suse15_5_linux_manager")
"fc37_linux_manager" | "fc38_linux_manager" | "fc39_linux_manager" | "fc40_linux_manager" | "suse15_4_linux_manager" | "suse15_5_linux_manager")
echo """/usr/local/bin/*
/usr/local/share/applications/*
/usr/local/share/boinc-manager/*
Expand Down

0 comments on commit 0597d64

Please sign in to comment.