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
Hi, I've recently contributed support for the gleam language #602. However, looking at the CI logs it looks like running the gleam example is taking most of the CI time because it has to build gleam and all its rust dependencies from source.
So, I'm thinking of creating a cachix gleam-nix cache and adding a cachix action to the gleam-nix repo, so people and CI can benefit from already built binaries. Now my question is: Suppose I push to this gleam-nix cache from the gleam-nix CI, how could we instruct devenv CI to use that cache, is that possible ?
Hi, I've recently contributed support for the gleam language #602. However, looking at the CI logs it looks like running the gleam example is taking most of the CI time because it has to build gleam and all its rust dependencies from source.
So, I'm thinking of creating a cachix
gleam-nix
cache and adding a cachix action to the gleam-nix repo, so people and CI can benefit from already built binaries. Now my question is: Suppose I push to thisgleam-nix
cache from the gleam-nix CI, how could we instruct devenv CI to use that cache, is that possible ?Any advice is more than appreciated, @domenkozar
The text was updated successfully, but these errors were encountered: