Module: Mesa
Branch: main
Commit: 1fcfcaf008e72063d4061da6f3678d6a3f1dc9a0
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fcfcaf008e72063d4061da6f3678d6a3f1dc9a0

Author: David Heidelberg <[email protected]>
Date:   Wed Apr 12 17:46:33 2023 +0200

ci: drop overriding new a530 firmware due to preemption issues with older kernel

Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8825

Signed-off-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22255>

---

 .gitlab-ci/container/debian/arm_test.sh | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.gitlab-ci/container/debian/arm_test.sh 
b/.gitlab-ci/container/debian/arm_test.sh
index 3d6fa456f12..bb0d89b911d 100644
--- a/.gitlab-ci/container/debian/arm_test.sh
+++ b/.gitlab-ci/container/debian/arm_test.sh
@@ -29,13 +29,6 @@ curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
 
 . .gitlab-ci/container/baremetal_build.sh
 
-if [[ "$arch" == "arm64" ]]; then
-    # This firmware file from Debian bullseye causes hangs
-    curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
-      
"https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qcom/a530_pfp.fw?id=d5f9eea5a251d43412b07f5295d03e97b89ac4a5";
 \
-      -o /rootfs-arm64/lib/firmware/qcom/a530_pfp.fw
-fi
-
 mkdir -p /baremetal-files/jetson-nano/boot/
 ln -s \
     /baremetal-files/Image \

Reply via email to