[tor-commits] [builders/tor-browser-build] 02/02: Bug 40620: Update macosx-sdk to 11.0

gitolite role git at cupani.torproject.org
Fri Sep 2 17:01:53 UTC 2022


This is an automated email from the git hooks/post-receive script.

boklm pushed a commit to branch main
in repository builders/tor-browser-build.

commit 14e07482f35975b15053a2ce929f3ed09ecfb71a
Author: Nicolas Vigier <boklm at torproject.org>
AuthorDate: Thu Sep 1 12:19:23 2022 +0200

    Bug 40620: Update macosx-sdk to 11.0
---
 projects/firefox/mozconfig       | 2 +-
 projects/macosx-toolchain/config | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/projects/firefox/mozconfig b/projects/firefox/mozconfig
index 344a78b..aca39ce 100755
--- a/projects/firefox/mozconfig
+++ b/projects/firefox/mozconfig
@@ -36,7 +36,7 @@
   mk_add_options "export LD_LIBRARY_PATH=$TOOLCHAIN_DIR/clang/lib"
 
   CROSS_CCTOOLS_PATH=$TOOLCHAIN_DIR/cctools
-  CROSS_SYSROOT=$TOOLCHAIN_DIR/MacOSX10.12.sdk
+  CROSS_SYSROOT=$TOOLCHAIN_DIR/MacOSX[% pc('macosx-toolchain', 'version') %].sdk
   CROSS_PRIVATE_FRAMEWORKS=$CROSS_SYSROOT/System/Library/PrivateFrameworks
   HARDENING_FLAGS="-Werror=format -Werror=format-security -fstack-protector-strong -D_FORTIFY_SOURCE=2"
   FLAGS="-target x86_64-apple-darwin -B $CROSS_CCTOOLS_PATH/bin -isysroot $CROSS_SYSROOT $HARDENING_FLAGS"
diff --git a/projects/macosx-toolchain/config b/projects/macosx-toolchain/config
index cd66b0f..4aa1f49 100644
--- a/projects/macosx-toolchain/config
+++ b/projects/macosx-toolchain/config
@@ -1,6 +1,6 @@
 # vim: filetype=yaml sw=2
 filename: '[% project %]-[% c("version") %]-1-[% c("var/build_id") %].tar.gz'
-version: 10.12
+version: 11.0
 container:
   use_container: 1
 var:
@@ -27,8 +27,8 @@ input_files:
   # Instructions on how to create the SDK tarball can be found at:
   # build/macosx/cross-mozconfig.common
   - name: SDK
-    URL: 'https://people.torproject.org/~gk/mirrors/sources/MacOSX[% c("version") %].sdk.tar.bz2'
-    sha256sum: d2ef4ae4f85675c08795d33f283e307b6299184d78d4b10bdbea39df6dca7d94
+    URL: 'https://people.torproject.org/~boklm/mirrors/sources/MacOSX[% c("version") %].sdk.tar.xz'
+    sha256sum: 8cbe3a79e67b0690f931703ce5c282ac0c7265b451a36ec21cdfa9773f93173c
   - name: llvm-project
     project: llvm-project
   - filename: compiler-rt-cross-compile.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list