support/testing: package: mariadb: fix test configuration
The mysql virtual package was removed in commit8708f3a23a"package/mysql: drop virtual package". The mariadb runtime test was authored before this mysql virtual package removal, but was merged after it, in commit5356754d1e"support/testing: add mariadb runtime test". Due to this, this test always failed with the error: Makefile.legacy:9: *** "You have legacy configuration in your .config! Please check your configuration.". Stop. This commit fixes the issue by removing the legacy BR2_PACKAGE_MYSQL=y configuration directive. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/7540345406 Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
106a098b7b
commit
3da3361a1b
@@ -19,7 +19,6 @@ class TestMariaDB(infra.basetest.BRTest):
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.78"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux.config"
|
||||
BR2_PACKAGE_MYSQL=y
|
||||
BR2_PACKAGE_MARIADB=y
|
||||
BR2_PACKAGE_MARIADB_SERVER=y
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
Reference in New Issue
Block a user