Skip to content

Commit d65e484

Browse files
authored
chore: rm xmrig src by setting attribute to throw (#1473)
* chore: rm xmrig src by setting attribute to null * chore: garbage collect drops source for unused packages * chore: testing id for docker image * chore: bump release
1 parent 3642def commit d65e484

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Dockerfile-15

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ WORKDIR /nixpg
6767

6868
RUN nix profile install .#psql_15/bin
6969

70+
RUN nix store gc
7071

7172

7273
WORKDIR /

Dockerfile-orioledb-17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ WORKDIR /nixpg
6868

6969
RUN nix profile install .#psql_orioledb-17/bin
7070

71-
71+
RUN nix store gc
7272

7373
WORKDIR /
7474

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ postgres_major:
88

99
# Full version strings for each major version
1010
postgres_release:
11-
postgresorioledb-17: "17.0.1.042-orioledb"
12-
postgres15: "15.8.1.048"
11+
postgresorioledb-17: "17.0.1.043-orioledb"
12+
postgres15: "15.8.1.049"
1313

1414
# Non Postgres Extensions
1515
pgbouncer_release: "1.19.0"

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
# pull them from the overlays/ directory automatically, but we don't
3939
# want to have an arbitrary order, since it might matter. being
4040
# explicit is better.
41+
(final: prev: {
42+
xmrig = throw "The xmrig package has been explicitly disabled in this flake.";
43+
})
4144
(import rust-overlay)
4245
(final: prev: {
4346
cargo-pgrx = final.callPackage ./nix/cargo-pgrx/default.nix {

0 commit comments

Comments
 (0)