Skip to content

Commit

Permalink
[guix] Update ogs channel to get VTK 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke authored and endJunction committed Apr 15, 2024
1 parent 1d31ff9 commit e180f23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scripts/ci/jobs/build-guix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ build guix:
- if: '$CI_COMMIT_BRANCH == "master"'
allow_failure: true
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::guix only.*/
- changes:
- scripts/guix/channels.scm
- when: manual
allow_failure: true
script:
Expand Down
4 changes: 2 additions & 2 deletions scripts/guix/channels.scm
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
(name 'guix-ogs)
(url "https://gitlab.opengeosys.org/ogs/inf/guix-ogs.git")
(branch "master")
(commit "6e99eb6d84706b500e89044cd25393b4e6f3a9d6"))
(commit "151fe23f8610b85a84dbaf6888a5afc1256cbb10"))
(channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"0c1aa354048f82023e6d2043bfecc4fd58bc9b58")
"6cb181c07f83dfdeae1882208941086f3717a165")
(introduction
(make-channel-introduction
"cdf1d7dded027019f0ebbd5d6f0147b13dfdd28d"
Expand Down

0 comments on commit e180f23

Please sign in to comment.