Remove some old commented out stuff

This commit is contained in:
Jeremy 2023-11-21 10:50:21 -06:00
parent c80abed1cd
commit fcef25276e
No known key found for this signature in database
GPG Key ID: B4C8300FEC395042

View File

@ -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 {'<auto>' if matrix['config'] == '' else ', '.join(matrix.values())} {'=' * 10}{Style.RESET_ALL}")
if os.path.exists("build"):