[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40719: Allow non-universal macOS builds also on base-browser

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Wed Dec 21 17:16:30 UTC 2022



Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build


Commits:
6448705f by Nicolas Vigier at 2022-12-21T18:08:27+01:00
Bug 40719: Allow non-universal macOS builds also on base-browser

- - - - -


2 changed files:

- Makefile
- rbm.conf


Changes:

=====================================
Makefile
=====================================
@@ -444,6 +444,12 @@ basebrowser-testbuild-windows-i686: submodule-update
 basebrowser-testbuild-macos: submodule-update
 	$(rbm) build release --target testbuild --target browser-macos --target basebrowser
 
+basebrowser-testbuild-macos-x86_64: submodule-update
+	$(rbm) build release --target testbuild --target browser-macos-x86_64 --target basebrowser
+
+basebrowser-testbuild-macos-aarch64: submodule-update
+	$(rbm) build release --target testbuild --target browser-macos-aarch64 --target basebrowser
+
 basebrowser-testbuild-src: submodule-update
 	$(rbm) build release --target testbuild --target browser-src-testbuild --target basebrowser
 


=====================================
rbm.conf
=====================================
@@ -529,6 +529,14 @@ targets:
     - macos-x86_64
     - macos
     - basebrowser
+  basebrowser-macos-x86_64:
+    - macos-x86_64
+    - macos
+    - basebrowser
+  basebrowser-macos-aarch64:
+    - macos-aarch64
+    - macos
+    - basebrowser
   macos-universal:
     var:
       macos_universal: 1



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6448705fe12f80a34746a6319285a4f2e8c653dc

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6448705fe12f80a34746a6319285a4f2e8c653dc
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20221221/cfc469b9/attachment-0001.htm>


More information about the tbb-commits mailing list