From a17442a52e45ba24100370449b6cbebc09ddcc12 Mon Sep 17 00:00:00 2001 From: ab0027 <anupam.basak27@gmail.com> Date: Fri, 28 Apr 2023 11:57:25 +0000 Subject: [PATCH] Checkout commit `11023e5` of CustomPiOS repo --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f46164..095b4aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ build-zynthbox-image-armhf: # Build custom base image with Low Latency Kernel with PREEMPT_RT patch - git clone https://github.com/guysoft/CustomPiOS.git + - cd CustomPiOS && git checkout 11023e5 && cd .. - git clone https://github.com/zynthbox/RealtimePi.git - cd RealtimePi/src - wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2023-02-22/2023-02-21-raspios-bullseye-armhf-lite.img.xz' -P ./image -- GitLab