Commit Graph

5 Commits

Author SHA1 Message Date
06kellyjac
c034a1412b deno: update update script to changed deno 2021-03-12 19:34:26 +00:00
06kellyjac
dd50d1df59 deno: 1.6.3 -> 1.8.0
Added aarch64-darwin as it's been manually complied and added to
releases since 0.14.0

Removed fetchSubmodules as it couldn't fetch wpt at detached commit
a51d36327febebc8634d7b523a7e620f4ebdbf26. Doesn't seem required for much
other than testing.

Added installCheckPhase

Moved the librusty_v8 stuff within the preBuild phase and changed the
names

Skipped 1.7.X releases as there wasn't an aarch64-linux release of
librusty_v8.a available
2021-03-12 10:15:53 +00:00
06kellyjac
01c32e49a9 deno: avoid nix-prefetch error
nix-prefetch is failing with an error containing
'allow-unsafe-native-code-during-evaluation'.
This change avoids and handles this error so the update still used.

This isn't intended as a permanent fix but it works for now.
2020-08-21 23:08:15 +01: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
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