1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

use release build type

This commit is contained in:
Leonid Fedorov
2024-08-10 01:37:18 +04:00
parent 1ebad3c7b7
commit 9c4938f8b2
2 changed files with 5 additions and 5 deletions

View File

@@ -120,11 +120,10 @@ local Pipeline(branch, platform, event, arch='amd64', server='10.6-enterprise')
'wget https://raw.githubusercontent.com/mariadb-corporation/mariadb-columnstore-engine/develop/setup-repo.sh -O setup-repo.sh',
'docker cp setup-repo.sh ' + smoke_docker_name + ':/',
execInnerDocker('bash /setup-repo.sh', smoke_docker_name),
execInnerDocker('sysctl -w kernel.core_pattern="/core/%E_' + result + '_core_dump.%p"', smoke_docker_name),
execInnerDocker(installRpmDeb(pkg_format, 'foundationdb*prerelease*', 'foundationdb*prerelease*'), smoke_docker_name),
execInnerDocker(installRpmDeb(pkg_format, 'jq', 'jq'), smoke_docker_name),
execInnerDocker("fdbcli --exec 'status json' | jq .client", smoke_docker_name),
execInnerDocker("fdbcli --exec 'writemode on; set foo bar; get foo", smoke_docker_name)
execInnerDocker(installRpmDeb(pkg_format, 'foundationdb-clients foundationdb-server', 'foundationdb-clients foundationdb-server'), smoke_docker_name),
execInnerDocker("fdbcli --exec 'status json'", smoke_docker_name),
execInnerDocker("service foundationdb status || true", smoke_docker_name),
execInnerDocker("fdbcli --exec 'writemode on; set foo bar; get foo", smoke_docker_name),
],
},
]

View File

@@ -125,6 +125,7 @@ cmake -DWITH_PYTHON=ON \
-DWITH_DOCUMENTATION=OFF \
-DWITH_ROCKSDB_EXPERIMENTAL=OFF \
-DWITH_AWS_BACKUP=ON \
-DFDB_RELEASE=ON \
${PACKAGES_SUFFIX} \
${OPENSSL_FLAGS} \
../foundationdb-${FDB_VERSION}