You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brave's build uses a hermetic copy of Xcode in certain environments (at the moment: when Goma is enabled). Chromium has an arg use_system_xcode that gets set to false in those cases. The problem is that our copy of Sparkle does not respect these settings. It simply invokes xcodebuild. This is not (currently) included in the hermetic copy of Xcode, thus gets picked up from the PATH, and thus from the system-installed Xcode.
The text was updated successfully, but these errors were encountered:
Brave's build uses a hermetic copy of Xcode in certain environments (at the moment: when Goma is enabled). Chromium has an arg
use_system_xcode
that gets set tofalse
in those cases. The problem is that our copy of Sparkle does not respect these settings. It simply invokesxcodebuild
. This is not (currently) included in the hermetic copy of Xcode, thus gets picked up from thePATH
, and thus from the system-installed Xcode.The text was updated successfully, but these errors were encountered: