-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Test: Mac universal build #114974
Comments
I have assigned this item based on the members of team who have access to devices with M1 chips, feel free to reassign or unassign if you are blocked on other items. Thanks! |
The only way I figured out how to ensure I am on universal build is by checking the size of the application. Not sure we want a way to show this in e.g. the about dialog to diagnose issues? |
For me this isn't working |
@deepak1556 You forgot to update the |
@deepak1556 I don't have a silicon Mac. I'll just test with Intel, so you can potentially unassign yourself. |
I've got an M1, I'll test the apple silicon -> universal direction. |
universal check can be done like this:
Universal is like this:
|
Refs: #113851
Complexity: 2
Create Issue
Background
We are looking to make universal build as the default for mac which can run natively on x86_64 as well as arm64. As a start in this iteration the default download on the website will point to universal build while we will still provide arch specific downloads.
Testing
The website bits are pending to be merged and published to ppe https://github.com/microsoft/vscode-website/pull/924. So for testing use the builds from https://builds.code.visualstudio.com/builds/insider
Download universal build and install on x86_64 machine which had a previously running native x86_64 copy.
Download universal build and install on arm64 machine which had a previously running native arm64 copy.
The text was updated successfully, but these errors were encountered: