-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(docker): edk2-stable202408 missing submodule #392
Conversation
33821f2
to
7bed316
Compare
running out of disk-space ... yet again :( UPDATE: Fixed with shallow submodules |
936e10a
to
876a03d
Compare
I don't know why sometimes it can find UPDATE: I do not see this problem anymore, so it seems to be resolved. |
what the heck, now another edk2 build is failing #397 |
876a03d
to
641910c
Compare
- replace edk2-stable202408 with edk2-stable202408.01 to fix the missing git submodule - [issue 385](#385) Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
UPDATE on #397: I can clone Edk2 repo with all of the submodules without any issue. The problem happens when executed inside the dagger CI, this also happens when run locally with
|
I can reproduce the failure locally as well. Maybe a typo somewhere? |
From my experiments it seems that the |
- for some reason edk2-stable202008 fails to clone all of the git submodules when shallow recursive init is used - so to fix this we need to add IF ELSE statement to not use shallow clone on git submodules for edk2-stable202008 - shame on you ekd2, shame on you Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
641910c
to
696722a
Compare
OK, I made ugly-ass fix with IF ELSE condition. If |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really a fan of the fix but I also don't have any better idea so
I do not like the fix either, hence the salty commit message |
replace edk2-stable202408 with edk2-stable202408.01 to fix the missing git submodule
fixes #385