diff --git a/.murdock b/.murdock index 0e2f9fc08e47..c5e1e0d8ed45 100755 --- a/.murdock +++ b/.murdock @@ -187,7 +187,7 @@ _greplist() { # get list of all app directories get_apps() { make -f makefiles/app_dirs.inc.mk info-applications \ - | $(_greplist $APPS) | sort + | $(_greplist $APPS) | sort | grep rust\\\|xfa\\\|kconfig } # take app dir as parameter, print all boards that are supported