Bug 1680547: Bump glean_sdk to a version with a source package r=firefox-build-system-reviewers,glandium

Our old version of `glean_sdk` only had pip wheels, which meant that
un-wheeled machines had no option for building the package.

Differential Revision: https://phabricator.services.mozilla.com/D98795
This commit is contained in:
Mitchell Hentges 2020-12-08 15:50:08 +00:00
parent 16222ee4ed
commit c2ca80d71f

View File

@ -2111,7 +2111,7 @@ class CreateMachEnvironment(MachCommandBase):
# This can fail on some platforms. See
# https://bugzilla.mozilla.org/show_bug.cgi?id=1660120
try:
manager.install_pip_package("glean_sdk~=32.3.1")
manager.install_pip_package("glean_sdk~=33.7.0")
except subprocess.CalledProcessError:
print(
"Could not install glean_sdk, so telemetry will not be "