Skip to content

Commit 1d1a48f

Browse files
committed
bump image and remove IS_DEV
1 parent 4bf602f commit 1d1a48f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.5.1.057-orioledb-rewind"
13+
postgresorioledb-17: "17.5.1.058-orioledb-rewind"
1414
postgres17: "17.6.1.028"
1515
postgres15: "15.14.1.028"
1616

nix/ext/orioledb.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
2626
python3
2727
openssl
2828
];
29-
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=11 IS_DEV=1";
29+
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=11";
3030
installPhase = ''
3131
runHook preInstall
3232

0 commit comments

Comments
 (0)