We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b700a7 commit e74d9d6Copy full SHA for e74d9d6
src/Rootfs.jl
@@ -585,7 +585,7 @@ function choose_shards(p::AbstractPlatform;
585
else
586
function find_latest_version(name)
587
versions = [cs.version for cs in all_compiler_shards()
588
- if cs.name == name && cs.archive_type == archive_type && (something(cs.target, p) == p)
+ if cs.name == name && cs.archive_type == archive_type && platforms_match(something(cs.target, p), p)
589
]
590
isempty(versions) && error("No latest shard found for $name")
591
return maximum(versions)
0 commit comments