Confirmed users
4
edits
(macos build directions: use 'macOS shippable' universal binaries (vs x86_64)) |
m (Update instructions for building host-utils) |
||
| Line 44: | Line 44: | ||
# On the bottom left pane is a header named '''Task'''. Click on the hash. | # On the bottom left pane is a header named '''Task'''. Click on the hash. | ||
# A new tab will open and load Taskcluster. Click on tab named "Run Artifacts". | # A new tab will open and load Taskcluster. Click on tab named "Run Artifacts". | ||
# Download target.common.tests.tar.zst | # Download target.common.tests.tar.zst and target.dmg | ||
# Contact Releng (required to get a non-self-signed set of binaries), and have them follow the contents of the script below: | # Contact Releng (required to get a non-self-signed set of binaries), and have them follow the contents of the script below: | ||
<pre> | <pre> | ||
tar | tar --zstd -xf target.common.tests.tar.zst 'bin/*' | ||
open | open target.dmg | ||
cp -R /Volumes/Firefox\ Nightly/Firefox\ Nightly.app/Contents/MacOS/* bin | cp -R /Volumes/Firefox\ Nightly/Firefox\ Nightly.app/Contents/MacOS/* bin | ||
cp -R /Volumes/Firefox\ Nightly/Firefox\ Nightly.app/Contents/Resources/* bin | cp -R /Volumes/Firefox\ Nightly/Firefox\ Nightly.app/Contents/Resources/* bin | ||