Skip to content

Commit

Permalink
Revert "Do not skip signature checks"
Browse files Browse the repository at this point in the history
This reverts commit 279e867.
  • Loading branch information
giordano committed Nov 7, 2023
1 parent 279e867 commit 52f376a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/modules/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def identify_build_environment(current_partition):

class SpackTest(rfm.RegressionTest):
build_system = bs.Spack()
build_system.install_opts = ['--no-check-signature']
spack_spec = variable(str, value='', loggable=True)

@run_before('compile')
Expand Down
1 change: 1 addition & 0 deletions benchmarks/spack/github-actions/default/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spack:
include:
- ../../common.yaml
mirrors:
spack-buildcache: oci://ghcr.io/spack/github-actions-buildcache
excalibur-buildcache: oci://ghcr.io/ukri-excalibur/github-actions-buildcache
compilers:
- compiler:
Expand Down

0 comments on commit 52f376a

Please sign in to comment.