Quellcode durchsuchen

old-catalog is moved

default_compile_flags
vector-of-bool vor 4 Jahren
Ursprung
Commit
4840a02263
3 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 Datei anzeigen


+ 1
- 1
tests/deps/deps_test.py Datei anzeigen

@@ -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 Datei anzeigen

@@ -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}')

Laden…
Abbrechen
Speichern