mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-13 21:09:54 +00:00
Fix make configurator not picking up schema changes
Artificates left over from a previous make configurator build prevented changes to a schema (.xsd) file from getting incorporated into a subsequent make configurator build. Tracked-on: #7461 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
acrnsi-robot
parent
8ffb0dee4d
commit
3a133d3138
@@ -78,15 +78,17 @@ make configurator
|
||||
Run following command in the 'acrn-hypervisor' directory.
|
||||
|
||||
```shell
|
||||
cd misc/config_tools
|
||||
cd misc\config_tools
|
||||
python scenario_config/schema_slicer.py
|
||||
python scenario_config/jsonschema/convert.py
|
||||
xmllint --xinclude schema/datachecks.xsd > schema/allchecks.xsd
|
||||
|
||||
python -m build
|
||||
del configurator/packages/configurator/thirdLib/acrn_config_tools-3.0-py3-none-any.whl
|
||||
|
||||
cd configurator
|
||||
python packages/configurator/thirdLib/manager.py install
|
||||
yarn
|
||||
yarn build
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user