This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch main in repository tor-browser-bundle-testsuite.
The following commit(s) were added to refs/heads/main by this push: new df328cd Bug 40064: Update tor-browser-build macos rbm target df328cd is described below
commit df328cdf5663d8b8ea26df6e2d5cdfcce324f8ee Author: Nicolas Vigier boklm@torproject.org AuthorDate: Thu Nov 17 21:19:57 2022 +0100
Bug 40064: Update tor-browser-build macos rbm target
Following tor-browser-build#40439 and tor-browser-build#40067, the rbm target to build for macos was changed.
At the same time we also change the name and directory of the macos builds, using `macos` instead of `osx-x86_64`. --- TBBTestSuite/TestSuite/TorBrowserBuild.pm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/TBBTestSuite/TestSuite/TorBrowserBuild.pm b/TBBTestSuite/TestSuite/TorBrowserBuild.pm index c0f3861..af8a506 100644 --- a/TBBTestSuite/TestSuite/TorBrowserBuild.pm +++ b/TBBTestSuite/TestSuite/TorBrowserBuild.pm @@ -105,23 +105,23 @@ sub set_tests { publish_dir => 'nightly-windows-x86_64', }, { - name => 'torbrowser-nightly-osx-x86_64', - descr => 'build tor-browser nightly osx-x86_64', + name => 'torbrowser-nightly-macos', + descr => 'build tor-browser nightly macos (universal)', type => 'rbm_build', project => 'release', targets => [ 'noversiondir', 'nightly', - 'browser-osx-x86_64', + 'browser-macos', 'torbrowser', ], - publish_dir => 'nightly-osx-x86_64', + publish_dir => 'nightly-macos', }, { - name => 'torbrowser-incrementals-nightly-osx-x86_64', - descr => 'create incrementals for tor-browser nightly osx-x86_64', + name => 'torbrowser-incrementals-nightly-macos', + descr => 'create incrementals for tor-browser nightly macos (universal)', type => 'make_incrementals', - publish_dir => 'nightly-osx-x86_64', + publish_dir => 'nightly-macos', }, { name => 'torbrowser-nightly-android-armv7', @@ -236,7 +236,7 @@ sub set_tests { targets => [ 'noversiondir', 'nightly', - 'browser-osx-x86_64', + 'browser-macos', 'basebrowser', ], publish_dir => 'basebrowser-nightly-macos',
tbb-commits@lists.torproject.org