Skip to content

Commit 8639943

Browse files
committed
Use new versions to avoid name conflicts in deployment
1 parent 8471ecd commit 8639943

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

gh/spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# This manifest is for installing gh, the GitHub command line interface
77
spack:
88
specs:
9-
- gh@2.43.1
9+
- gh@2.49.2
1010
packages:
1111
gh:
1212
require:

openssh/spack.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
# This manifest is for installing openssh, a suite of secure networking utilities based on the SSH protocol
77
spack:
88
specs:
9-
- openssh@9.8p1
9+
- openssh@9.9p1
1010
packages:
1111
openssh:
1212
require:
1313
- '%gcc@14.1.0'
14+
all:
15+
require:
16+
- 'target=x86_64'
1417
view: true
1518
concretizer:
1619
unify: true

0 commit comments

Comments
 (0)