Skip to content

Commit

Permalink
restore files
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 19, 2024
1 parent 4e34ae2 commit 3e04119
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions hermetic_build/library_generation/generate_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@ def generate_from_yaml(
repo_config = util.prepare_repo(
gen_config=config, library_config=target_libraries, repo_path=repository_path
)
print(f"api definition in docker: {api_definitions_path}")
print(f"Contents in api definition: {os.listdir(api_definitions_path)}")
# copy api definition to output folder.
shutil.copytree(api_definitions_path, repo_config.output_folder, dirs_exist_ok=True)
print(f"output folder: {repo_config.output_folder}")
print(f"Contents in output: {os.listdir(repo_config.output_folder)}")
for library_path, library in repo_config.get_libraries().items():
print(f"generating library {library.get_library_name()}")
generate_composed_library(
Expand Down
2 changes: 0 additions & 2 deletions hermetic_build/library_generation/tests/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def setUp(cls) -> None:

def test_entry_point_running_in_container(self):
api_definitions_path = self.__copy_api_definition(googleapis_commitish)
print(f"api definition path in host: {api_definitions_path}")
print(f"Contents in host: {os.listdir(api_definitions_path)}")
config_files = self.__get_config_files(config_dir)
for repo, config_file in config_files:
config = from_yaml(config_file)
Expand Down

0 comments on commit 3e04119

Please sign in to comment.