Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ function generate_compiler_wrappers!(platform::AbstractPlatform; bin_path::Abstr
as(io::IO, p::AbstractPlatform) =
wrapper(io, string("/opt/", aatriplet(p), "/bin/", aatriplet(p), "-as");
allow_ccache=false,
lock_microarchitecture,
# At the moment `as` for `aarch64-apple-darwin` is `clang-8`, which can't deal with
# `MACOSX_DEPLOYMENT_TARGET=11.0`, so we pretend to be on 10.16. Note: a better check would be
# `VersionNumber(macos_version(p)) ≥ v"11"`, but sometimes `p` may not have `os_version` set, leading to
Expand Down