Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1841c67

Browse files
committed
Add a comment about removing stub for RISC-V
1 parent 78213ae commit 1841c67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/generate_data_files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def merge_dicts(d1, d2):
263263

264264
# Store the toolchain hierarchies supported by the EESSI version
265265
eessi_software["eessi_version"][eessi_version]["toolchain_hierarchy"] = {}
266+
# RISC-V versions have a stub like -001 at the end, make sure to drop it
266267
for top_level_toolchain in EESSI_SUPPORTED_TOP_LEVEL_TOOLCHAINS[eessi_version.split("-")[0]]:
267268
# versions are typically 2024a/2024b etc. for top level toolchains
268269
# so let's use that to make sorting easy

0 commit comments

Comments
 (0)