Skip to content

Commit 5288163

Browse files
authored
chore: use all_fdws flag for buildFeatures attribute (#1359)
1 parent 7ffa2a9 commit 5288163

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

nix/ext/wrappers/default.nix

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,7 @@ buildPgrxExtension_0_12_6 rec {
9696

9797
buildAndTestSubdir = "wrappers";
9898
buildFeatures = [
99-
"helloworld_fdw"
100-
"bigquery_fdw"
101-
"clickhouse_fdw"
102-
"stripe_fdw"
103-
"firebase_fdw"
104-
"s3_fdw"
105-
"airtable_fdw"
106-
"logflare_fdw"
107-
"auth0_fdw"
108-
"mssql_fdw"
109-
"redis_fdw"
110-
"cognito_fdw"
111-
"wasm_fdw"
99+
"all_fdws"
112100
];
113101
doCheck = false;
114102

0 commit comments

Comments
 (0)