File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 63
63
failed_when : retval.rc != 0
64
64
when : debpkg_mode or stage2_nix
65
65
66
- - name : Check psql_version and modify migrations if orioe-16
66
+ - name : Check psql_version and modify migrations if oriole-xx
67
67
block :
68
- - name : Check if psql_version is psql_orioledb-16
68
+ - name : Check if psql_version is psql_orioledb-xx
69
69
set_fact :
70
70
is_psql_oriole : " {{ psql_version in ['psql_orioledb-16', 'psql_orioledb-17'] }}"
71
71
Original file line number Diff line number Diff line change 9
9
, darwin
10
10
, jq
11
11
, rust-bin
12
+ , git
12
13
} :
13
14
let
14
15
rustVersion = "1.80.0" ;
@@ -29,7 +30,7 @@ buildPgrxExtension_0_12_6 rec {
29
30
} ;
30
31
31
32
nativeBuildInputs = [ pkg-config cargo ] ;
32
- buildInputs = [ openssl postgresql ] ++ lib . optionals ( stdenv . isDarwin ) [
33
+ buildInputs = [ openssl postgresql git ] ++ lib . optionals ( stdenv . isDarwin ) [
33
34
darwin . apple_sdk . frameworks . CoreFoundation
34
35
darwin . apple_sdk . frameworks . Security
35
36
darwin . apple_sdk . frameworks . SystemConfiguration
You can’t perform that action at this time.
0 commit comments