From 42b1cf039d074b61e8bd93312dc5eec5f59ce31a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 11 Sep 2025 09:59:54 +0200 Subject: [PATCH] Revert "Debugging action" This reverts commit e8b1b6f783a971c11d95532ef94e9669c1574a09. --- nix/build-all.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/build-all.py b/nix/build-all.py index e3d1c2d24e..fa70c694f5 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -1008,8 +1008,6 @@ if "zstd" in targets: ) if "rocksdb" in targets: - sp.call(['find', f'{DEPS_DIR}/install/zstd-{ZSTD_VERSION}']) - build_dependency( name=f"rocksdb-{ROCKSDB_VERSION}", mode="cmake",