mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
dbd7c929f2
commit
4d89468221
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue