FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #306 from bedroge/grpcip_hook_add_1.76.0 · EESSI/software-layer-scripts@8c33236 · GitHub

Commit 8c33236

Browse files
authored
Merge pull request #306 from bedroge/grpcip_hook_add_1.76.0
also apply existing grpcio hook to version 1.76.0 and 1.81.0
2 parents 7ae3ad5 + 292c932 commit 8c33236

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
@@ -614,7 +614,7 @@ def parse_hook_fontconfig_add_fonts(ec, eprefix):
614614
def parse_hook_grpcio_zlib(ec, ecprefix):
615615
"""Adjust preinstallopts to use ZLIB from compat layer."""
616616
if ec.name == 'grpcio':
617-
target_list = ['1.57.0', '1.67.1', '1.70.0']
617+
target_list = ['1.57.0', '1.67.1', '1.70.0', '1.76.0', '1.81.0']
618618
if ec.version in target_list:
619619
exts_list = ec['exts_list']
620620
original_preinstallopts = (exts_list[0][2])['preinstallopts']

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL