mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
16222ee4ed
commit
c2ca80d71f
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user