internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,15 +1,17 @@
package lit {
description = "a portable tool for executing LLVM and Clang style test suites";
website = "https://llvm.org/docs/CommandGuide/lit.html";
//az:schema mbf
source = llvm-project;
package lit {
description = "a portable tool for executing LLVM and Clang style test suites"
website = "https://llvm.org/docs/CommandGuide/lit.html"
source = llvm-project
exec = pip {
append = [ "llvm", "utils", "lit" ];
append = [ "llvm", "utils", "lit" ]
// already checked during llvm
skipCheck = true;
};
skipCheck
}
inputs = [ python-setuptools ];
runtime = [ python ];
inputs = [ python-setuptools ]
runtime = [ python ]
}