From fcef25276e2a437293680fa180a71a143c4730d8 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:50:21 -0600 Subject: [PATCH] Remove some old commented out stuff --- ci/build-in-all-configs.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ci/build-in-all-configs.py b/ci/build-in-all-configs.py index 90bc093..e5dc2e3 100644 --- a/ci/build-in-all-configs.py +++ b/ci/build-in-all-configs.py @@ -31,13 +31,7 @@ def run_command(*args: List[str]): print(f"{Fore.GREEN}{Style.BRIGHT}Command succeeded{Style.RESET_ALL}") return True -#def touch_sources(): -# for root, dirs, files in os.walk("../src"): -# for filename in files: -# Path(os.path.join(root, filename)).touch() - def build(matrix): - #touch_sources() print(f"{Fore.BLUE}{Style.BRIGHT}{'=' * 10} Running build with config {', '.join(matrix.values())} {'=' * 10}{Style.RESET_ALL}") if os.path.exists("build"): @@ -88,7 +82,6 @@ def build(matrix): return succeeded def build_full_or_auto(matrix): - #touch_sources() print(f"{Fore.BLUE}{Style.BRIGHT}{'=' * 10} Running build with config {'' if matrix['config'] == '' else ', '.join(matrix.values())} {'=' * 10}{Style.RESET_ALL}") if os.path.exists("build"):