Commit Graph

9 Commits (v1)

Author SHA1 Message Date
Renée 3d1ffe6553
backport caching to v1 (#54)
* deps: use esbuild

* deps: update tool-cache

* Fix tool-cache usage (#45)

* cache log

* log

* log

* use resolved ver for cache

* build

* log cache

* log

* use version as key

* deps

* loggggggg

* method name

* improve log

* ci: tweak versions

* include version for commit deps

* trailing

* mistake

* Use github cache (#53)

* Cache the zig compiler locally

* logging

* npm update

* verboser

* os.arch

* debug

* log signal

* address https://github.com/actions/toolkit/issues/687

* correct path

* add a cache: false option

* share size

* zigpath

* path.join skull

* target node12

* changelog: add 1.4.0
2023-06-25 18:02:21 +02:00
Renée Kooi d485d46e15
add tests for version to URL resolution 2020-11-11 12:38:41 +01:00
Renée Kooi ab441cce53
refactor 2020-11-11 12:27:49 +01:00
Code Hz 96923a5a7f
allow use exact commit hash (#13) (#14) 2020-11-11 12:15:17 +01:00
Renée Kooi bd0d3f0ae3
Actually support downloading Zig `version: master` (#5)
* Fix extracted folder name

* ci: also test with zig master

* fix lint

* fail on error

* debug

* other debug 😂

* console.log

* lol apply the change

* yadda

* wtf

* fuck

* ????

* xauuaoethosnuhtnohqsn

* siiiiiigh

* just use stderr lol whatever

* ditch debugging

* use test
2020-02-01 19:01:44 +01:00
Renée Kooi 6b8f485f9f
support `version: master` to use development zig 2020-01-23 10:55:01 +01:00
Renée Kooi e834313fcd
Download tarball from zig download index (#2)
* Download tarball from zig download index

* try this

* Remove promisify

* Revert "try this"

This reverts commit e6ecfb58ed.
2019-10-07 10:17:11 +02:00
Renée Kooi 44120b6411
Use zig from cache if it exists 2019-10-06 15:52:14 +02:00
Renée Kooi 51b4a0a824
init 2019-10-05 12:44:47 +02:00