Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.d/5-internal/reduce-ci-image-size
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Remove apply-refact from CI image

This gets rid of GHC in the image, making the image smaller.
4 changes: 2 additions & 2 deletions nix/wire-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -495,6 +494,7 @@ in
pkgs.kind
pkgs.netcat
pkgs.niv
(hlib.justStaticExecutables pkgs.haskellPackages.apply-refact)
(pkgs.python3.withPackages
(ps: with ps; [
black
Expand Down