diff --git a/changelog.d/5-internal/reduce-ci-image-size b/changelog.d/5-internal/reduce-ci-image-size new file mode 100644 index 00000000000..facc2713efe --- /dev/null +++ b/changelog.d/5-internal/reduce-ci-image-size @@ -0,0 +1,3 @@ +Remove apply-refact from CI image + +This gets rid of GHC in the image, making the image smaller. \ No newline at end of file diff --git a/nix/wire-server.nix b/nix/wire-server.nix index f22c2603659..645ad741b23 100644 --- a/nix/wire-server.nix +++ b/nix/wire-server.nix @@ -410,13 +410,12 @@ let pkgs.kubernetes-helm pkgs.helmfile pkgs.hlint - (hlib.justStaticExecutables pkgs.haskellPackages.apply-refact) pkgs.jq pkgs.kubectl pkgs.kubelogin-oidc pkgs.nixpkgs-fmt pkgs.openssl - ormolu + (hlib.justStaticExecutables ormolu) pkgs.shellcheck pkgs.treefmt pkgs.gawk @@ -495,6 +494,7 @@ in pkgs.kind pkgs.netcat pkgs.niv + (hlib.justStaticExecutables pkgs.haskellPackages.apply-refact) (pkgs.python3.withPackages (ps: with ps; [ black