diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-10 07:39:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-10 07:39:16 +0000 |
commit | 5e436004d7ec50bc29f392fded92224b4cb93e86 (patch) | |
tree | bc5fedac052339e4650f8c50a7665b1eabc044f0 /disable-glean-sdk,psutil,zstandard.patch | |
parent | 4b16a230f7f50826db46407f4ccfde8510e70642 (diff) |
automatic import of firefoxopeneuler23.03
Diffstat (limited to 'disable-glean-sdk,psutil,zstandard.patch')
-rw-r--r-- | disable-glean-sdk,psutil,zstandard.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/disable-glean-sdk,psutil,zstandard.patch b/disable-glean-sdk,psutil,zstandard.patch new file mode 100644 index 0000000..fcac959 --- /dev/null +++ b/disable-glean-sdk,psutil,zstandard.patch @@ -0,0 +1,28 @@ +From cac2a2962d2461e5a8969bb08d02bacd545e52cf Mon Sep 17 00:00:00 2001 +From: wk333 <13474090681@163.com> +Date: Mon, 27 Feb 2023 20:09:10 +0800 +Subject: [PATCH 1/1] disable glean-sdk,psutil,zstandard + +--- + python/sites/mach.txt | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git a/python/sites/mach.txt b/python/sites/mach.txt +index 6547ee5..cd66ba1 100644 +--- a/python/sites/mach.txt ++++ b/python/sites/mach.txt +@@ -127,11 +127,3 @@ pth:tools/moztreedocs + pth:xpcom/ds/tools + pth:xpcom/geckoprocesstypes_generator + pth:xpcom/idl-parser +-# glean-sdk may not be installable if a wheel isn't available +-# and it has to be built from source. +-pypi-optional:glean-sdk==44.1.1:telemetry will not be collected +-# Mach gracefully handles the case where `psutil` is unavailable. +-# We aren't (yet) able to pin packages in automation, so we have to +-# support down to the oldest locally-installed version (5.4.2). +-pypi-optional:psutil>=5.4.2,<=5.8.0:telemetry will be missing some data +-pypi-optional:zstandard>=0.11.1,<=0.17.0:zstd archives will not be possible to extract +-- +2.27.0 + |