grml
grml copied to clipboard
reload does not sort option arrays
Start with this grml.yaml file:
version: 1
project: test
options:
runtime:
- base
- openvino
- cuda
- qt
Start grml and then change the grml.yaml to this:
version: 1
project: test
options:
runtime:
- new-runtime
- base
- openvino
- cuda
- qt
Do a reload
inside grml --> The runtime is still at base