From 5f54beb30728f6510ce50071ddaef5f9157b16ef Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 29 Jan 2025 18:47:35 +0100 Subject: [PATCH] ci/cuttlefish: drop `rm libglapi.so` now that it's no longer loaded Fixes: 44bda7c258f5e1a7b476 ("dri: put shared-glapi into libgallium.*.so") Reviewed-by: Antonio Ospite Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 790e84587be..2ad6b5b840e 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -123,7 +123,6 @@ $ADB push "$INSTALL/deqp-$DEQP_SUITE.toml" /data/deqp # remove 32 bits libs from /vendor/lib -$ADB shell rm -f /vendor/lib/libglapi.so $ADB shell rm -f /vendor/lib/egl/libGLES_mesa.so $ADB shell rm -f /vendor/lib/egl/libEGL_angle.so