Mercurial > hg > monetdb-java
view build.properties @ 895:7a8f6d3d6680
Remove testing against Jul2021. It appears the MonetDB Jul2021 docker container is too old to work correctly in this actions framework (it uses different env settings, which fail to start the server).
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 25 Apr 2024 15:01:16 +0200 (12 months ago) |
parents | e00866975421 |
children | 203c4cc8d94d |
line wrap: on
line source
# Default build parameters. These may be overridden by local configuration # settings in build.local.properties. ## ## JDBC (and client) ## # major release number JDBC_MAJOR=3 # minor release number JDBC_MINOR=3 # an additional identifying string JDBC_VER_SUFFIX=Liberica ## ## General ## # should we compile with debugging symbols? Not for public releases enable_debug=false # should we optimize the build, preferably not for debugging. Yes for public releases enable_optimize=true