Skip to content

Commit 86a79d7

Browse files
committed
Remove unused extensions from macos build config
1 parent 6e72782 commit 86a79d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/gh_matrix_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def macos_config(overrides):
159159
"ignored_tests": default_ignored_tests.union(macos_ignored_tests),
160160
"os": "macos-13",
161161
"pg_extra_args": "--enable-debug --with-libraries=/usr/local/opt/openssl@3/lib --with-includes=/usr/local/opt/openssl@3/include --without-icu",
162-
"pg_extensions": "postgres_fdw test_decoding pageinspect pgstattuple",
162+
"pg_extensions": "postgres_fdw test_decoding",
163163
"pginstallcheck": True,
164164
"tsdb_build_args": "-DASSERTIONS=ON -DREQUIRE_ALL_TESTS=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@3",
165165
}

0 commit comments

Comments
 (0)