Hi folks,

 

I met a failure when I tried running a ci plugin locally. Does anybody know how to deal with it?

Command and build log are listed below.

 

cmd: stuart_ci_build -c .pytool/CISettings.py TOOL_CHAIN_TAG=NO-TARGET

 

build log:

SECTION - Init SDE

ERROR - Dependency 'mu_nasm' is not met!

ERROR - Dependency 'iasl' is not met!

Traceback (most recent call last):

  File "C:\Python37\lib\runpy.py", line 193, in _run_module_as_main

    "__main__", mod_spec)

  File "C:\Python37\lib\runpy.py", line 85, in _run_code

    exec(code, run_globals)

  File "C:\code\AllPkg\pytool-ext-venv\Scripts\stuart_ci_build.exe\__main__.py", line 9, in <module>

  File "c:\code\allpkg\pytool-ext-venv\lib\site-packages\edk2toolext\invocables\edk2_ci_build.py", line 246, in main

    Edk2CiBuild().Invoke()

  File "c:\code\allpkg\pytool-ext-venv\lib\site-packages\edk2toolext\base_abstract_invocable.py", line 122, in Invoke

    raise RuntimeError("SDE is not current.  Please update your env before running this tool.")

RuntimeError: SDE is not current.  Please update your env before running this tool.

 

Thanks,

Shenglei