We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8f165 commit 00711bdCopy full SHA for 00711bd
1 file changed
eb_hooks.py
@@ -637,7 +637,7 @@ def parse_hook_maturin(ec, eprefix):
637
as 1.88.0 causes segmentation faults on A64FX.
638
cfr. https://github.com/EESSI/software-layer/pull/1357
639
"""
640
- if ec.name == 'maturin':
+ if ec.name == 'maturin' and ec.version == '1.9.1':
641
orig_rust = ('Rust', '1.88.0')
642
new_rust = ('Rust', '1.91.1')
643
if orig_rust in ec['builddependencies']:
0 commit comments