From b9e082b09dc5df5b4e9cc4fca35abca9521453f4 Mon Sep 17 00:00:00 2001 From: Max Weiss Date: Thu, 29 Apr 2021 14:19:26 -0700 Subject: [PATCH] Run IPXE submodule update before checkout --- buildbot/buildbot_steps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbot/buildbot_steps.sh b/buildbot/buildbot_steps.sh index 219c079..a9deaed 100755 --- a/buildbot/buildbot_steps.sh +++ b/buildbot/buildbot_steps.sh @@ -10,6 +10,7 @@ function clone_ipxe_upstream() { #fi #git clone git://git.ipxe.org/ipxe.git "$ipxe_src_dir" || return 1 + git submodule update --init --recursive cd "$ipxe_src_dir" # Known good commit