| self_deps_build(paths.PREBUILT_DDS, opts.toolchain, ci_repo_dir, | self_deps_build(paths.PREBUILT_DDS, opts.toolchain, ci_repo_dir, | ||||
| paths.PROJECT_ROOT / 'remote.dds') | paths.PROJECT_ROOT / 'remote.dds') | ||||
| self_build(paths.PREBUILT_DDS, toolchain=opts.toolchain) | |||||
| self_build(paths.PREBUILT_DDS, toolchain=opts.toolchain, dds_flags=['--full']) | |||||
| print('Main build PASSED!') | print('Main build PASSED!') | ||||
| self_build(paths.CUR_BUILT_DDS, toolchain=opts.toolchain) | |||||
| self_build(paths.CUR_BUILT_DDS, toolchain=opts.toolchain, dds_flags=['--full']) | |||||
| print('Bootstrap test PASSED!') | print('Bootstrap test PASSED!') | ||||
| return pytest.main([ | return pytest.main([ |