Improve Apple Silicon messaging
What does this Merge Request do?
This very minor MR improves the messaging when running make bootstrap
/ gdk update
on an Apple Silicon device:
Before
INFO: Running the GDK on Apple M1 hardware currently requires running under
INFO: Rosetta 2 until asdf and Homebrew offer native versions of required
INFO: software.
INFO:
INFO: To learn more about Rosetta 2, please visit:
INFO: https://en.wikipedia.org/wiki/Rosetta_(software)#Rosetta_2
INFO:
INFO: Resuming in 3 seconds..
After
INFO: GDK currently runs on Apple Silicon hardware using Rosetta 2.
INFO:
INFO: To see the latest on running the GDK natively on Apple Silicon, visit:
INFO: https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/1159
INFO:
INFO: To learn more about Rosetta 2, visit:
INFO: https://en.wikipedia.org/wiki/Rosetta_(software)#Rosetta_2
INFO:
INFO: Resuming in 3 seconds..
Merge Request checklist
-
Tests added for new functionality. If not, please raise Issue to follow-up. -
This change is backward compatible. If not, please include steps to communicate to our users. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed.
Edited by Ash McKenzie