Skip to content
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

Merged
merged 4 commits into from
Nov 11, 2024

Commits on Nov 11, 2024

  1. fix(docker)!: edk2-stable202408 missing submodule

    - 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>
    AtomicFS authored and AtomicFS committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    eb891d1 View commit details
    Browse the repository at this point in the history
  2. fix(docker/edk2): possibly broken docker arguments

    Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
    AtomicFS authored and AtomicFS committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    aa2f1e5 View commit details
    Browse the repository at this point in the history
  3. fix(docker/edk2): shallow submodules

    Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
    AtomicFS committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e3ec52c View commit details
    Browse the repository at this point in the history
  4. fix(docker/edk2): shallow submodules for edk2-stable202008

    - 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>
    AtomicFS committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    696722a View commit details
    Browse the repository at this point in the history