-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow x86_64 and arm64 when patching a thin binary (#2187)
In a thin binay there is no arch choice anyway, so patch if we know how to patch that binary type (we know how to patch `x86_64` and `arm_64`). Up until now we would try to (imperfectly) forbid patching thin `arm64` binaries on `x86_64` systems, but there is no point in that, as that is not a valid situation anyways, so it should not happen, and if it does happen, that's not a mirrord error, so we can let it fail naturally as it would without mirrord.
- Loading branch information
Showing
3 changed files
with
9 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Running R on macOS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Allow both `x86_64` and `arm64` when patching thin binaries. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters