Skip to content

Commit

Permalink
Add binutils back in at the instruction of the CI checker...
Browse files Browse the repository at this point in the history
  • Loading branch information
casparvl committed Aug 28, 2024
1 parent f6989ec commit 34765d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ description = '''ReFrame is a framework for writing regression tests for HPC sys

toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

builddependencies = [
('binutils', '2.40'),
]

# Note that for ReFrame's CPU autodetect to work
# the system also needs to provide (new enough versions of) these dependencies
dependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ description = '''ReFrame is a framework for writing regression tests for HPC sys

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

builddependencies = [
('binutils', '2.40')
]

# Note that for ReFrame's CPU autodetect to work
# the system also needs to provide (new enough versions of) these dependencies
dependencies = [
Expand Down

0 comments on commit 34765d2

Please sign in to comment.