devops(firefox): fix packaging of mozilla-release (#10949)

`MOZ_AUTOMATION` env variable requires us to set a bunch of other
variables to package the build.
This commit is contained in:
Andrey Lushnikov 2021-12-15 11:12:44 -08:00 committed by GitHub
parent bfc6cc2701
commit acb75460bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,8 @@ OBJ_FOLDER="${FF_CHECKOUT_PATH}/obj-build-playwright"
cd "${FF_CHECKOUT_PATH}"
export MH_BRANCH=mozilla-release
export MOZ_BUILD_DATE=$(date +%Y%m%d%H%M%S)
if [[ "$2" == "--linux-arm64" ]]; then
CMD_STRIP=/usr/bin/aarch64-linux-gnu-strip ./mach package
else