File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout Repo
1515 uses : actions/checkout@v4
16-
16+
17+ - name : Clear Nix cache
18+ run : |
19+ sudo rm -rf /home/runner/.cache/nix
20+
1721 - uses : DeterminateSystems/nix-installer-action@main
1822 with :
1923 extra-conf : |
4145 POSTGRES_PASSWORD : password
4246 steps :
4347 - uses : actions/checkout@v4
48+ - name : Clear Nix cache
49+ run : |
50+ sudo rm -rf /home/runner/.cache/nix
4451 - uses : DeterminateSystems/nix-installer-action@main
4552 with :
4653 extra-conf : |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ postgres_major:
99
1010# Full version strings for each major version
1111postgres_release :
12- postgresorioledb-17 : " orioledb-17.0.1.002 "
12+ postgresorioledb-17 : " orioledb-17.0.1.003 "
1313 postgres15 : " 15.8.1.013"
1414 postgres16 : " 16.3.1.019"
1515
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ stdenv.mkDerivation rec {
66 src = fetchFromGitHub {
77 owner = "orioledb" ;
88 repo = "orioledb" ;
9- rev = "beta6 " ;
10- sha256 = "sha256-7nmgQDVcNuaGOM6V9xrer2jqfxhJhXZBXRZoiPEoisE =" ;
9+ rev = "beta7 " ;
10+ sha256 = "sha256-Rse/gYVkn4QvXipaJ8fyC6FIQ5afkLCaeylgp5MX1z8 =" ;
1111 } ;
12- version = "beta6 " ;
12+ version = "beta7 " ;
1313 buildInputs = [ curl libkrb5 postgresql python3 openssl ] ;
14- buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=4 " ;
14+ buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=5 " ;
1515 installPhase = ''
1616 runHook preInstall
1717 mkdir -p $out/{lib,share/postgresql/extension}
Original file line number Diff line number Diff line change 11import ./generic.nix {
2- version = "17_4 " ;
3- hash = "sha256-qMJpTcw/ExipQ1XIPvYTQK+qgcDC7zecdLJDIuQug+0 =" ;
2+ version = "17_5 " ;
3+ hash = "sha256-OgXLpFanNp+ngPFKyCEDUFvIEWQ9nK/1csUO9lVTXaQ =" ;
44}
You can’t perform that action at this time.
0 commit comments