Skip to content

[ci] get guix release hash during the release build #3

[ci] get guix release hash during the release build

[ci] get guix release hash during the release build #3

# This file is part of BOINC.

Check failure on line 1 in .github/workflows/guix_get_release_hash.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/guix_get_release_hash.yml

Invalid workflow file

(Line: 40, Col: 9): Unexpected value 'Install dependencies'
# 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/**' ]
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
source-code-check-illegal-symbols:
name: get-guix-release-hash
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 2
- Install dependencies:
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