mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
autobuild: Do not consider IDL.pm and Expr.pm changes to make a build bad
This allows a different yapp to be installed on the build host without failing the whole autobuild Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
@@ -150,6 +150,7 @@ tasks = {
|
||||
("make", "make", "text/plain"),
|
||||
("test", "make test", "text/plain"),
|
||||
("install", "make install", "text/plain"),
|
||||
("checkout-yapp-generated", "git checkout lib/Parse/Pidl/IDL.pm lib/Parse/Pidl/Expr.pm", "text/plain"),
|
||||
("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"),
|
||||
("clean", "make clean", "text/plain") ],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user