From 5040089d2b1111f92cd55d1114e81069c8bed30d Mon Sep 17 00:00:00 2001
From: ab0027 <anupam.basak27@gmail.com>
Date: Wed, 11 Jan 2023 09:59:00 +0000
Subject: [PATCH] Try using a custom built newer image with 5.15 low latency
 kernel

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 458283b..97fadbf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,8 +28,8 @@ build-zynthbox-image-armhf:
     # Download prebuilt realtime kernel
     - echo "# Download prebuilt realtime kernel"
     # - wget "http://unofficialpi.org/Distros/RealtimePi/2021-06-15_2021-05-07-realtimepi-buster-armhf-lite-0.5.0.zip" -P ./ZynthianOS/src/image
-    # Try with newer kernel and image
-    - wget "http://unofficialpi.org/Distros/RealtimePi/nightly/2021-08-01_2021-05-07-realtimepi-buster-armhf-lite-0.6.0.zip" -P ./ZynthianOS/src/image
+    # Try with custom built low latency 5.15 kernel
+    - wget "https://pub.zynthbox.io/.ci-build-dependencies/2023-01-11_2020-02-13-realtimepi-buster-armhf-lite-0.6.0.zip" -P ./ZynthianOS/src/image
 
     # Build image
     - echo "# Build image"
-- 
GitLab