Skip to content

Commit e549921

Browse files
authored
Merge branch 'develop' into bo/dataeng-873-upgrade-wrappers-to-v045
2 parents a7fdb85 + d65e484 commit e549921

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ postgres_major:
88

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

1414
# Non Postgres Extensions

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)