Merge pull request #830 from sched-ext/ci-enable-sched-mc

ci: enable SCHED_MC in the virtme-ng kernel config
This commit is contained in:
Andrea Righi 2024-10-23 09:32:52 +00:00 committed by GitHub
commit 9d45a35957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ CONFIG_SCHED_DEBUG=y
#
CONFIG_SCHED_AUTOGROUP=y
CONFIG_SCHED_CORE=y
CONFIG_SCHED_MC=y
# Enable fully preemptible kernel for a better test coverage of the schedulers
#