Skip to content

Commit

Permalink
Merge branch 'release/0.1.0-alpha.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
vector-of-bool committed Jul 14, 2020
2 parents 0fc8b01 + 157af69 commit 2cd1b8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ def main(argv: Sequence[str]) -> int:
else:
tc_fpath = ROOT / 'tools/gcc-9.jsonc'

self_build(dds_exe, toolchain=str(tc_fpath))
self_build(dds_exe,
cat_json_path=ROOT / 'catalog.old.json',
toolchain=str(tc_fpath))

return 0

Expand Down
2 changes: 1 addition & 1 deletion tools/self_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def self_build(exe: Path,
new_exe,
'build',
f'--catalog={cat_path}',
f'--repo-dir=_build/ci-repo',
f'--repo-dir={ROOT}/_build/ci-repo',
dds_flags,
('--toolchain', toolchain),
('-I', lmi_path) if lmi_path else (),
Expand Down

0 comments on commit 2cd1b8e

Please sign in to comment.