Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker #11

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Docker #11

wants to merge 6 commits into from

Conversation

jshaffar
Copy link
Contributor

@jshaffar jshaffar commented Nov 1, 2022

Added a more detailed guide on how to use docker on mac.


## Why Do I Need to Do This When My Windows/Linux Friends Don't Need Docker
The most important problem with M1 macs is that valgrind is currently [not supported](https://valgrind.org/info/platforms.html) (as of 09/2022). As we require memory correctness in our MP's, valgrind is a necessity.
Even if you don't use valgrind, you will find that low-level systems programming on the M1 natively will provide you with many annoyances. Apple is increasingly very concerned about the [security](https://www.dictionary.com/browse/control) of its users. Thus trying to do some semi-sketchy low level stuff like sideloading an unsigned by apple malloc implementation in MP3 may give you problems.
Copy link
Contributor Author

@jshaffar jshaffar Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can remove the security link joke if we don't want to offend apple

@wadefagen wadefagen requested review from shahidikram0701 and removed request for sm202073 February 16, 2023 22:43
@shahidikram0701
Copy link
Collaborator

reviewed! ready for merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants