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

[release-3.5] server/etcdmain: add build support for Apple M1 #14436

Merged
merged 1 commit into from Sep 8, 2022

Commits on Sep 7, 2022

  1. server/etcdmain: add build support for Apple M1

    This has been additionally verified by running the tests locally as a
    basic smoke test. GitHub Actions doesn't provide MacOS M1 (arm64) yet,
    so there's no good way to automate testing.
    
    Ran `TMPDIR=/tmp make test` locally. The `TMPDIR` bit is needed so
    there's no really long path used that breaks Unix socket setup in one of
    the tests.
    
    Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
    dbussink authored and serathius committed Sep 7, 2022
    Copy the full SHA
    c79f96d View commit details
    Browse the repository at this point in the history