Uh oh!
There was an error while loading. Please reload this page.
Add support for macOS aarch64 with universal binary - #12319
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ejona86
left a comment
There was a problem hiding this comment.
LGTM after reverting the upload_artifacts.sh change.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| addEnvArgs("CXXFLAGS", cppCompiler.args) | ||
| addEnvArgs("CPPFLAGS", cppCompiler.args) | ||
| if (project.hasProperty('buildUniversal') && | ||
| project.getProperty('buildUniversal').toBoolean() && |
There was a problem hiding this comment.
project.findProperty('buildUniversal')?.toBoolean() without the previous check
Fixes#7690
VERIFIED: