Skip to content

Commit

Permalink
Remove stub-installer check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Oct 13, 2023
1 parent 5142abc commit 5f60f70
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions browser/confvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,6 @@

MOZ_APP_VENDOR=Mozilla

if test "$OS_ARCH" = "WINNT"; then
if ! test "$HAVE_64BIT_BUILD"; then
if test "$MOZ_UPDATE_CHANNEL" = "nightly" -o \
"$MOZ_UPDATE_CHANNEL" = "nightly-try" -o \
"$MOZ_UPDATE_CHANNEL" = "aurora" -o \
"$MOZ_UPDATE_CHANNEL" = "beta" -o \
"$MOZ_UPDATE_CHANNEL" = "release"; then
if ! test "$MOZ_DEBUG"; then
if ! test "$USE_STUB_INSTALLER"; then
# Expect USE_STUB_INSTALLER from taskcluster for downstream task consistency
echo "ERROR: STUB installer expected to be enabled but"
echo "ERROR: USE_STUB_INSTALLER is not specified in the environment"
exit 1
fi
MOZ_STUB_INSTALLER=1
fi
fi
fi
fi

BROWSER_CHROME_URL=chrome://browser/content/browser.xhtml

# MOZ_APP_DISPLAYNAME will be set by branding/configure.sh
Expand Down

0 comments on commit 5f60f70

Please sign in to comment.