Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/mu_pip_build
Source repository for Project Mu mu_build pip module
https://github.com/microsoft/mu_pip_build
projectmu python uefi
Last synced: 22 days ago
JSON representation
Source repository for Project Mu mu_build pip module
- Host: GitHub
- URL: https://github.com/microsoft/mu_pip_build
- Owner: microsoft
- License: other
- Archived: true
- Created: 2018-11-21T00:24:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T17:42:41.000Z (about 4 years ago)
- Last Synced: 2024-09-21T06:34:16.379Z (5 months ago)
- Topics: projectmu, python, uefi
- Language: Python
- Size: 182 KB
- Stars: 9
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========
MU Build
========**THIS PROJECT IS NO LONGER ACTIVE** - ACTIVE WORK HAS MOVED TO https://github.com/tianocore/edk2-pytool-extensions
About
=====Provided with config file, mu_build fetches/clones dependencies then compiles every module in each package.
This is the entrypoint into the CI / Pull Request build and test infrastructure.Version History
===============0.3.3-dev
-----Main changes:
- N/ABug fixes:
- Emitted fewer critical events and instead using PROGRESS level0.3.2
-----Main changes:
- Enabling ARM as a supported architecture.Bug fixes:
- N/A0.3.1
-----Main changes:
- Switching argparser to IntermediateArgParser for MuBuild script. This will preserve the assumption that sys.argv[0] is the name of the program being run.
- Added support for omnicache with --omnicache and --reference. See feature_omnicache.md in MU_PIP_ENVIRONMENT for more information on Omnicache.Bug fixes:
- Linted code base, enforcing a 120 character per line limit.
- Switch logging to use MuLogging.0.3.0
-----Updated documentation and release process. Transition to Beta.
< 0.3.0
-------Alpha development