consolidate file downloading from C++ to Python (#37497)

This commit is contained in:
Adeeb Shihadeh
2026-02-28 21:09:02 -08:00
committed by GitHub
parent a6b562e0c1
commit e7cc70f3fa
27 changed files with 522 additions and 771 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ env.Program('encoderd', ['encoderd.cc'], LIBS=libs + ["jpeg"])
env.Program('bootlog.cc', LIBS=libs)
if GetOption('extras'):
env.Program('tests/test_logger', ['tests/test_runner.cc', 'tests/test_logger.cc', 'tests/test_zstd_writer.cc'], LIBS=libs + ['curl', 'crypto'])
env.Program('tests/test_logger', ['tests/test_runner.cc', 'tests/test_logger.cc', 'tests/test_zstd_writer.cc'], LIBS=libs)