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 d7affb9 commit f348315Copy full SHA for f348315
Project.toml
@@ -1,7 +1,7 @@
1
name = "BinaryBuilderBase"
2
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
3
authors = ["Elliot Saba <staticfloat@gmail.com>"]
4
-version = "1.1.0"
+version = "1.1.1"
5
6
[deps]
7
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
src/Rootfs.jl
@@ -67,7 +67,7 @@ function artifact_name(cs::CompilerShard)
67
if cs.target != nothing
68
target_str = "-$(triplet(cs.target))"
69
70
- if cs.name == "GCCBootstrap"
+ if cs.name in ("GCCBootstrap", "PlatformSupport")
71
# armv6l uses the same GCC shards as armv7l, so we just rename here.
72
target_str = replace(target_str, "-armv6l-linux" => "-armv7l-linux")
73
end
0 commit comments