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
Do not rebuild the entire thing when there was no change in the .nix files.
Currently, the CI rebuilds, even if the only change is in the README. This can be avoided to reduce the CI minutes used.
Check linting and formatting in the CI
Perhaps we can check linting and formatting of the .nix files and the README in CI and enforce formatting by using something like pre-commmit-hooks.nix.
add app attributes to do common tasks in the ghc repo
build entire ghc
test entire ghc
switch to flake-parts
The text was updated successfully, but these errors were encountered:
Do not rebuild the entire thing when there was no change in the
.nix
files.Currently, the CI rebuilds, even if the only change is in the
README
. This can be avoided to reduce the CI minutes used.Check linting and formatting in the
CI
Perhaps we can check linting and formatting of the
.nix
files and theREADME
inCI
and enforce formatting by using something likepre-commmit-hooks.nix
.add
app
attributes to do common tasks in the ghc reposwitch to flake-parts
The text was updated successfully, but these errors were encountered: