From e9bfd5e4377efd112f99edf2d33debd8b9bf4fae Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Sep 2021 15:35:06 +0200 Subject: Temporarily disable run-time modules tests until 0.14.0 is out --- bpkg/rep-fetch.cxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx index af98c4e..d2931ca 100644 --- a/bpkg/rep-fetch.cxx +++ b/bpkg/rep-fetch.cxx @@ -1428,18 +1428,24 @@ namespace bpkg for (const package_location& pl: p->locations) rfs.push_back (pl.repository_fragment.load ()); + // @@ TMP: enable after 0.14.0 is out. + // +#if 0 bool module (build2_module (p->id.name)); +#endif for (const test_dependency& td: p->tests) { // Verify that the package has no runtime tests if it is a build // system module. // +#if 0 if (module && !td.buildtime) fail << "run-time " << td.type << ' ' << td.name << " for build " << "system module " << package_string (p->id.name, p->version) << info << "build system modules cannot have run-time " << td.type; +#endif vector, shared_ptr>> tps ( -- cgit v1.1