summaryrefslogtreecommitdiffstats
path: root/build/scripts
diff options
context:
space:
mode:
authorantoshkka <[email protected]>2026-05-10 01:02:04 +0300
committerantoshkka <[email protected]>2026-05-10 01:33:24 +0300
commitac8fd7b1227620f26d76d9da3333bb1fecb49fdc (patch)
treea508c87e5023c332e1a6dfdfa48204bf1752ff46 /build/scripts
parent1be6aa4b337efcbbe5a6ae4e93629cd58bbac747 (diff)
Revert "feat all: use zstd compression"
This reverts commit bebcd6cedb271b14b7d771d50924c005ab9375bf, reversing changes made to 700c24e95953f7be1a6c425a35dbf7d41492469a. commit_hash:e14a9ef12e284a3ba034063c3c03b0d57323e574
Diffstat (limited to 'build/scripts')
-rw-r--r--build/scripts/clang_tidy.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/scripts/clang_tidy.py b/build/scripts/clang_tidy.py
index fce6815f4ad..d0eaaf284cd 100644
--- a/build/scripts/clang_tidy.py
+++ b/build/scripts/clang_tidy.py
@@ -125,8 +125,6 @@ def find_header(p, h):
def main():
args, clang_cmd = parse_args()
- if '-gz=zstd' in clang_cmd:
- clang_cmd.remove('-gz=zstd')
if '/retry_cc.py' in str(clang_cmd):
clang_cmd = list(filter_cmd(clang_cmd))
setup_script(args)