Fix Apple Silicon URL not being printed correctly
What does this Merge Request do?
When running make boostrap
(or gdk update
) on Apple Silicon machines, the URL that contains progress on native Apple Silicon support for the GDK was not being correctly printed:
Before
--snip
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:
INFO: To learn more about Rosetta 2, visit:
--snip--
After
--snip
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:
--snip--
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.