forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1788854 - Require MacOSX 11.3 SDK. r=firefox-build-system-reviewe…
…rs,andi Because the relevant SDK is not installed on the mac workers, we pull it via fetches and adjust the plain build mozconfig as well as mozconfigs for rusttest, grouping most things in build/macosx/mozconfig.common. And because the SDK itself now has all the relevant headers, we don't need the old check for system C++ headers (which also happens to have outdated instructions) Differential Revision: https://phabricator.services.mozilla.com/D156280
- Loading branch information
Showing
8 changed files
with
9 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export MACOS_SDK_DIR=$MOZ_FETCHES_DIR/MacOSX11.3.sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
if test `uname -s` = Linux; then | ||
. $topsrcdir/build/macosx/cross-mozconfig.common | ||
fi | ||
|
||
export MACOS_SDK_DIR=$MOZ_FETCHES_DIR/MacOSX11.3.sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
<plist version="1.0"> | ||
<dict> | ||
<key>Version</key> | ||
<string>11.0</string> | ||
<string>11.3</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters