Skip to content

Commit 00711bd

Browse files
committed
also check for maturin version
1 parent 1e8f165 commit 00711bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def parse_hook_maturin(ec, eprefix):
637637
as 1.88.0 causes segmentation faults on A64FX.
638638
cfr. https://github.com/EESSI/software-layer/pull/1357
639639
"""
640-
if ec.name == 'maturin':
640+
if ec.name == 'maturin' and ec.version == '1.9.1':
641641
orig_rust = ('Rust', '1.88.0')
642642
new_rust = ('Rust', '1.91.1')
643643
if orig_rust in ec['builddependencies']:

0 commit comments

Comments
 (0)