Skip to content

Commit 49f57bf

Browse files
authored
Updates for FreeBSD AArch64 support (#1342)
* Updates for FreeBSD AArch64 support Changes: - Include FreeBSD AArch64 in minimum Julia compat check as is done for macOS AArch64. - Mention FreeBSD AArch64 in the documentation for what's built by default. - Avoid installing the Rust compiler shards on FreeBSD AArch64 because they don't exist (yet?!?!). * Delete and ignore top-level Manifest.toml By request * Bump minor version for a breaking release As of this version, the package will error upon loading if used with Julia > 1.7. Previously it could be loaded but didn't work properly with later Julia versions. To be safe, we're making this a breaking release. It should be a largely user-invisible change though, as BinaryBuilder is generally not used as a package dependency.
1 parent 8aadff4 commit 49f57bf

File tree

6 files changed

+16
-576
lines changed

6 files changed

+16
-576
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.jl.cov
22
*.jl.*.cov
33
*.jl.mem
4+
/Manifest.toml
45
global_prefix
56
.vscode/
67

0 commit comments

Comments
 (0)