mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
6e1959c56a
commit
5cec9b69fd
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue