You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for ghcjs builds, we use the miso-haskell binary cache provided by cachix.
In #126, I updated several tools, which led to cache misses. Therefore, I suggest to create a binary cache on cachix. We'll suggest contributors to fetch development tools from there (e.g., via cachix use rzk-lang).
The following credentials are necessary for caching:
CACHIX_CACHE variable - the name of a binary cache, e.g., rzk-lang.
CACHIX_AUTH_TOKEN secret - the cache token
The text was updated successfully, but these errors were encountered:
Currently, for ghcjs builds, we use the
miso-haskell
binary cache provided by cachix.In #126, I updated several tools, which led to cache misses. Therefore, I suggest to create a binary cache on cachix. We'll suggest contributors to fetch development tools from there (e.g., via
cachix use rzk-lang
).The following credentials are necessary for caching:
CACHIX_CACHE
variable - the name of a binary cache, e.g.,rzk-lang
.CACHIX_AUTH_TOKEN
secret - the cache tokenThe text was updated successfully, but these errors were encountered: