Skip to content

Commit

Permalink
fix generate_combination
Browse files Browse the repository at this point in the history
- Use 6.5.3 and 6.2.3 for detection

Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Feb 10, 2024
1 parent 4994594 commit 50afdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/generate_combinations.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def iter_arches() -> Generator[dict, None, None]:
logger.info("Fetching arches")
archive_ids = list(iter_archive_ids(category="qt"))
for archive_id in tqdm(archive_ids):
for version in ("latest", "6.5", "6.2", "5.15.2", "5.13.2", "5.9.9"):
for version in ("latest", "6.5.3", "6.2.4", "5.15.2", "5.13.2", "5.9.9"):
for arch_name in MetadataFactory(archive_id, architectures_ver=version).getList():
yield {
"os_name": archive_id.host,
Expand Down

0 comments on commit 50afdb4

Please sign in to comment.