From c9bcdb4e3dc3088521766acf486df78f6d328b05 Mon Sep 17 00:00:00 2001
From: 4lDO2 <4lDO2@protonmail.com>
Date: Thu, 19 Oct 2023 19:55:27 +0200
Subject: [PATCH] Pin escalated to avoid relibc out-of-sync issues.

---
 recipes/escalated/recipe.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/recipes/escalated/recipe.toml b/recipes/escalated/recipe.toml
index 801bf9a8b..8bfd1b73c 100644
--- a/recipes/escalated/recipe.toml
+++ b/recipes/escalated/recipe.toml
@@ -1,5 +1,9 @@
 [source]
 git = "https://gitlab.redox-os.org/redox-os/escalated.git"
 
+# Escalated is not backwards compatible wrt relibc versions, so we pin it here
+# so it's updated together with the other main submodules.
+rev = "efe37543"
+
 [build]
 template = "cargo"
-- 
GitLab