Skip to content
Snippets Groups Projects
Commit 28e57b94 authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

Disable jit for tests; works around "failed to resolve name __mulodi4".

parent 8d122402
No related branches found
No related tags found
No related merge requests found
Pipeline #336772 passed
postgresql-mysql-fdw (2.7.0-2) unstable; urgency=medium
* Disable jit for tests; works around "failed to resolve name __mulodi4".
Cf. https://github.com/EnterpriseDB/mysql_fdw/pull/227.
(Closes: 1001811)
-- Christoph Berg <myon@debian.org> Wed, 12 Jan 2022 17:28:21 +0100
postgresql-mysql-fdw (2.7.0-1) unstable; urgency=medium
* New upstream version 2.7.0.
......
......@@ -17,7 +17,8 @@ MYSQL="mysql --defaults-file=/etc/mysql/debian.cnf -v mysql"
cat debian/tests/mysql.testschema.sql | $MYSQL
./mysql_init.sh
PG_VIRTUALENV_UNSHARE="" MYSQL_USER_NAME=edb MYSQL_PWD=edb pg_buildext installcheck
# tun jit off (https://github.com/EnterpriseDB/mysql_fdw/pull/227)
PG_VIRTUALENV_UNSHARE="" MYSQL_USER_NAME=edb MYSQL_PWD=edb pg_buildext -o jit=off installcheck
)
status=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment