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 <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30895>
This commit is contained in:
Antonio Ospite
2024-11-14 16:43:26 +01:00
committed by Marge Bot
parent 6e1959c56a
commit 5cec9b69fd

View File

@@ -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