mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
cda072bb4b
- Go back to using $MAJOR_VER instead of hard-coded version strings where possible. - Default to 'auto' in NUMJOBS instead of just 1. Will make mysql-test-run faster. - Unify autopkgtest with latest version in Debian, use eatmydata to make mysql-test-run faster. - Salsa-CI: Remove obsolete 'artifacts: true' as that is the default value. - Salsa-CI: Clean away obsolete temporary fixes. - Salsa-CI: Unify with salsa-ci.yml in Debian, including test upgrades from Bullseye to Debian unstable.
11 lines
493 B
Text
11 lines
493 B
Text
Tests: smoke
|
|
# RocksDB is not built for all archs. Rather than duplicating the condition
|
|
# for its existence (see the list in debian/control), install it if available
|
|
# and check in the test if it's functional when it should be.
|
|
# The plugin package also already depends on the other one.
|
|
Depends: mariadb-plugin-rocksdb | mariadb-server-10.5
|
|
Restrictions: allow-stderr needs-root isolation-container
|
|
|
|
Tests: upstream
|
|
Depends: mariadb-test, eatmydata
|
|
Restrictions: allow-stderr breaks-testbed
|