In !13 (merged) we updated the toolchains for building 78esr. This was successful except the creation of mar files is failing.
Adding file and directory remove instructions from file 'removed-files'Finished create-tor-browser_thRunning create-tor-browser_zh-TWERROR: Version not specified (pass `-V <version>`).mv: cannot stat `/var/tmp/dist/tor-browser/tor-browser_ru/Browser.work/output.mar': No such file or directory
Edited
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
This is caused by the change made for https://bugzilla.mozilla.org/show_bug.cgi?id=1577760 (Don't compile in version of mar-channel-id in mar tool). The Tor Browser build process needs to be modified to set two env vars before running make_full_update.sh and make_incremental_update.sh: MOZ_PRODUCT_VERSION and MAR_CHANNEL_ID.
This is caused by the change made for https://bugzilla.mozilla.org/show_bug.cgi?id=1577760 (Don't compile in version of mar-channel-id in mar tool). The Tor Browser build process needs to be modified to set two env vars before running make_full_update.sh and make_incremental_update.sh: MOZ_PRODUCT_VERSION and MAR_CHANNEL_ID.
That means we can essentially remove the changes in your patch for
#13379 that are related to that, right?
Okay, I went for fixing the full .mar update only in this ticket and would fix the incremental one in a new ticket. It makes it easier for me to test my fix with functional full updates.
If that sounds good, I'll adjust the description of this ticket.