From 16d03e2a2d02aa532e8a9ee91829d24e6ff09114 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sun, 25 Nov 2018 08:58:27 -0700
Subject: [PATCH] Add flex and bison to gitlab ci file, update cookbook and
 relibc

---
 .gitlab-ci.yml | 2 ++
 cookbook       | 2 +-
 relibc         | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb0058f0e..e81c0b968 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,9 +7,11 @@ before_script:
  - |
     apt-get update -qq &&
     apt-get install -qq \
+        bison \
         build-essential \
         curl \
         dosfstools \
+        flex \
         fuse \
         genisoimage \
         git \
diff --git a/cookbook b/cookbook
index 0c47839c2..c656918ea 160000
--- a/cookbook
+++ b/cookbook
@@ -1 +1 @@
-Subproject commit 0c47839c2c8f2cd3f5f990bda07e1c54bea5feed
+Subproject commit c656918ea34828a3005f5ceb968a89a3a18fa797
diff --git a/relibc b/relibc
index 9790289ae..de4327120 160000
--- a/relibc
+++ b/relibc
@@ -1 +1 @@
-Subproject commit 9790289aec9c778be3a3e7ba94358f2c6b3cbea7
+Subproject commit de432712045ee7ce72912c028d40d8ddff23d2c8
-- 
GitLab