Skip to content

Client/Manager Release 8.2.14 #253

Client/Manager Release 8.2.14

Client/Manager Release 8.2.14 #253

# This file is part of BOINC.
# https://boinc.berkeley.edu
# Copyright (C) 2026 University of California
#
# BOINC is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation,
# either version 3 of the License, or (at your option) any later version.
#
# BOINC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.
name: Get Guix Release Hash
on:
push:
tags: [ 'client_release/**' ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
get-guix-release-hash:
name: get-guix-release-hash
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
fetch-depth: 2
- name: Install dependencies
if: ${{ success() }}
run: |
sudo apt-get update
sudo apt-get install -y guix
- name: Get Guix Release Hash
if: ${{ success() }}
run: |
./release_tools/get_release_hash_for_guix.sh