deno per package cache derivations + hashes
This commit is contained in:
parent
9c18a0c924
commit
f459ec8b78
9 changed files with 203 additions and 133 deletions
|
|
@ -1,3 +1,32 @@
|
|||
{
|
||||
cache-command = "deno cache -I --reload main.ts";
|
||||
name = "uses-hjq";
|
||||
|
||||
description = "A test scroll that mimicks hjq's behavior";
|
||||
|
||||
inputs = {
|
||||
stdin = {
|
||||
format = "HJSON";
|
||||
react = "push";
|
||||
};
|
||||
jqFilter = {
|
||||
format = "string";
|
||||
react = "push";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
stdout = {
|
||||
format = "HJSON";
|
||||
react = "push";
|
||||
};
|
||||
};
|
||||
|
||||
build = {
|
||||
hashFiles = [ ./deno.json ./deno.lock ];
|
||||
cacheCommand = "deno cache --frozen main.ts";
|
||||
knownHashes = {
|
||||
"sha1-uO43Rt1F6+Ud1wk2p9LQhfP180M=" =
|
||||
"sha256-x/Fvn/l3J7C0D7AftlbRk7iuc6o9qPakdnHb72TSxec=";
|
||||
} ;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue