소스 검색

old-catalog is moved

default_compile_flags
vector-of-bool 4 년 전
부모
커밋
4840a02263
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -0
      old-catalog.json
  2. +1
    -1
      tests/deps/deps_test.py
  3. +1
    -1
      tools/ci.py

catalog.json → old-catalog.json 파일 보기


+ 1
- 1
tests/deps/deps_test.py 파일 보기

@@ -35,7 +35,7 @@ CASES: List[DepsCase] = []


def get_default_pkg_versions(pkg: str) -> Sequence[str]:
catalog_json = Path(__file__).resolve().parent.parent.parent / 'catalog.json'
catalog_json = Path(__file__).resolve().parent.parent.parent / 'old-catalog.json'
catalog_dict = json.loads(catalog_json.read_text())
return list(catalog_dict['packages'][pkg].keys())


+ 1
- 1
tools/ci.py 파일 보기

@@ -103,7 +103,7 @@ def main(argv: Sequence[str]) -> int:
paths.PREBUILT_DDS,
toolchain=opts.toolchain,
cat_path=old_cat_path,
cat_json_path=Path('catalog.json'),
cat_json_path=Path('old-catalog.json'),
dds_flags=[('--repo-dir', ci_repo_dir)])
print('Main build PASSED!')
print(f'A `dds` executable has been generated: {paths.CUR_BUILT_DDS}')

Loading…
취소
저장