diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-23 16:12:24 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-23 16:20:18 +0200 |
commit | c5ea015b57344063000015e7f1e18bf5f14337f3 (patch) | |
tree | 27d0ae30658cea94dcaf605923dd7588c7236a69 /CHANGELOG.md | |
parent | 56d7eef96baaf8365b258217b866f37159abf552 (diff) | |
download | justbuild-c5ea015b57344063000015e7f1e18bf5f14337f3.tar.gz |
Rule "generic": verify that the output is a properly formed artifact stage
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 22581d9e..3c53b23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ A feature release on top of `1.3.0`, backwards compatible. ### Fixes +- The built-in rule `"generic"` now properly enforces that the + obtained outputs form a well-formed artifact stage; a conflicting + arrangement of artifacts was possilbe beforehand. - A bug was fixed that cased `just serve` to fail with an internal error when building against ignore-special roots. - `just` now accurately reports internal errors that occurred on |