Skip to content

Commit

Permalink
Support running emulated processes on m1 using mirrord (#122)
Browse files Browse the repository at this point in the history
* cli: add support for downloading x86 dylib on silicon mac when running x86 binaries
  • Loading branch information
aviramha authored Jun 8, 2022
1 parent 250adc4 commit bb75903
Show file tree
Hide file tree
Showing 4 changed files with 393 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Previous versions had CHANGELOG per component, we decided to combine all reposit
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
### Added
- Support for running x64 (Intel) binary on arm (Silicon) macOS using mirrord. This will download and use the x64 mirrord-layer binary when needed.

### Changed
- Added graceful exit for library extraction logic in case of error
Expand Down
Loading

0 comments on commit bb75903

Please sign in to comment.