diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-16 12:38:37 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-16 17:35:02 +0200 |
commit | 6628cdb47abbac1d2982698f75aa4ff9fd08bdfc (patch) | |
tree | 3d33392d65910c0f9de2ba1c2220313284dddbd7 | |
parent | 223f67c2cbf4648c3aaa907ec0edf98e53b574e9 (diff) | |
download | justbuild-6628cdb47abbac1d2982698f75aa4ff9fd08bdfc.tar.gz |
Export test distfiles
Remove the test tainting of the distfiles target used in the large
tests and instead make an export target, as it is purely a source
tree. In this way, the distfiles tree can be truly absent and the
large tests can now also be delegated to the serve endpoint.
-rw-r--r-- | etc/import/TARGETS.distfiles | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/import/TARGETS.distfiles b/etc/import/TARGETS.distfiles index 467215f3..b17e34cc 100644 --- a/etc/import/TARGETS.distfiles +++ b/etc/import/TARGETS.distfiles @@ -1,6 +1,4 @@ -{ "distdir": - { "type": "install" - , "tainted": ["test"] - , "dirs": [[["TREE", null, "."], "distdir"]] - } +{ "distdir": {"type": "export", "target": "distdir (unexported)"} +, "distdir (unexported)": + {"type": "install", "dirs": [[["TREE", null, "."], "distdir"]]} } |