Skip to content

Commit

Permalink
sdk still does not provide ossp uid correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Jul 31, 2024
1 parent 682ca7b commit e102125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ then
SKIP="\
[\
sslinfo bool_plperl hstore_plperl hstore_plpython jsonb_plperl jsonb_plpython\
ltree_plpython sepgsql bool_plperl start-scripts\
ltree_plpython sepgsql bool_plperl start-scripts uuid-ossp\
]"

for extdir in postgresql/contrib/*
Expand Down
4 changes: 3 additions & 1 deletion cibuild/pgbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ CC_PGLITE=$CC_PGLITE
fi


# TODO: fix sdk to support --with-uuid=ossp

CNF="${PGSRC}/configure --prefix=${PGROOT} \
--disable-spinlocks --disable-atomics \
--without-zlib --disable-largefile --without-llvm \
--without-pam --disable-largefile --without-zlib --with-openssl=no \
--without-readline --without-icu --with-uuid=ossp \
--without-readline --without-icu \
${PGDEBUG}"

echo " ==== building wasm MVP:$MVP Debug=${PGDEBUG} with opts : $@ == "
Expand Down

0 comments on commit e102125

Please sign in to comment.