From f8c69804f78dab4e9ed5a21dc332cf4dfcf77c89 Mon Sep 17 00:00:00 2001 From: Alek Westover Date: Wed, 12 Jul 2023 13:29:14 -0400 Subject: [PATCH] manually upload index file --- .github/workflows/build_and_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 36dc4a134d..118592fa39 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -965,7 +965,8 @@ jobs: # rm -rf ./extensions/lib/neon* docker cp ${{ steps.create-container.outputs.EID }}:/ ./ - sh ./scripts/combine_control_files.sh + # sh ./scripts/combine_control_files.sh + echo '{ "enabled_extensions": { "123454321": [ "anon" ], "public": [ "embedding" ] }, "control_data": { "embedding": "comment = 'hnsw index' \ndefault_version = '0.1.0' \nmodule_pathname = '$libdir/embedding' \nrelocatable = true \ntrusted = true", "anon": "# PostgreSQL Anonymizer (anon) extension \ncomment = 'Data anonymization tools' \ndefault_version = '1.1.0' \ndirectory='extension/anon' \nrelocatable = false \nrequires = 'pgcrypto' \nsuperuser = false \nmodule_pathname = '$libdir/anon' \ntrusted = true \n" } }' > ext_index.json - name: Upload postgres-extensions to S3 run: |