tree-sitter-grammars: build wasm grammars on Hydra
Add the WASI grammar builds to release-cross so Hydra covers every grammar that compiles to WebAssembly.
This commit is contained in:
@@ -121,6 +121,9 @@ let
|
||||
gmp = nativePlatforms;
|
||||
boehmgc = nativePlatforms;
|
||||
hello = nativePlatforms;
|
||||
tree-sitter.builtGrammars =
|
||||
mapAttrs (_: _: nativePlatforms)
|
||||
(pkgsForCross systems.examples.wasi32 (builtins.head supportedSystems)).tree-sitter.builtGrammars;
|
||||
zlib = nativePlatforms;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user