From 5cec9b69fdc1b7f7f19fb689f6755ed1124e8fe4 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 14 Nov 2024 16:43:26 +0100 Subject: [PATCH] ci/android: don't call cuttlefish-host-resources script The /etc/init.d/cuttlefish-host-resources wnants to perform some operations that are not really desirable on a gitlab shared runner, like loading specific kernel modules. Since the script does not seem to be strictly necessary for basic operation of cuttlefish, don't call it at all, avoiding the kernel modules problem. Reviewed-by: Eric Engestrom Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 899724937d8..95e6b41178d 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -16,8 +16,6 @@ syslogd chown root:kvm /dev/kvm -/etc/init.d/cuttlefish-host-resources start - pushd /cuttlefish # Add a function to perform some tasks when exiting the script