Commit Graph

9 Commits

Author SHA1 Message Date
06kellyjac
9c006cb88a deno: simplify buildInputs
After suggestions in a previous PR I'm simplifying the buildInputs
2020-06-27 21:10:22 +01:00
06kellyjac
489367777c deno: 1.1.1 -> 1.1.2 2020-06-27 20:06:52 +00:00
06kellyjac
3077a7dc59 deno: 1.1.0 -> 1.1.1 2020-06-19 21:41:24 +00:00
06kellyjac
5adbf9ad39 deno: fix update script dependency
nix-prefetch-url comes with nix and isn't a package on it's own
2020-06-15 10:45:43 +01:00
06kellyjac
10bf0f2cd9 deno: 1.0.5 -> 1.1.0 2020-06-15 09:43:07 +00:00
06kellyjac
55da692e6f deno: add updateScript for automatic updates
This'll save time and avoid human error.
Wrote in deno typescript because why not.
2020-06-06 16:21:38 +01:00
06kellyjac
6c03b04e93 deno: refactor ready for an updateScript
Refactored the structure of the package to be easier to auto update
2020-06-06 16:21:32 +01:00
06kellyjac
b94b0e419a deno: 1.0.0 -> 1.0.5
Dropped tests as they were running inconsistently.
Removed python as if the rusty_v8 lib is present no python is ran.
Will be happy to add them back in once resolved.
2020-06-06 16:20:35 +01:00
06kellyjac
409a1f074e deno: init at 1.0.0
Adding deno for it's 1.0.0 release

* Builds from source (doesn't build V8 from source)
* Runs most of the tests
* Bundles completions for:
  * bash - tested
  * zsh  - untested
  * fish - untested
* Set up for multiple builds:
  * x86_64-linux
    * Passed - NixOS
  * aarch64-linux
    * Passed just build - Raspbian on RPI4
    * Failed build + check (ended with SIGKILL 9)
  * x86_64-darwin
    * Untested
2020-05-19 10:13:32 +01:00