Packaging Android host utilities: Difference between revisions

m
Update instructions for building host-utils
(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 xvf firefox-66.0a1.en-US.mac.common.tests.tar.gz 'bin/*'
tar --zstd -xf target.common.tests.tar.zst 'bin/*'
open firefox-66.0a1.en-US.mac.dmg
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
Confirmed users
4

edits