occlum/demos/bash/bash-musl.yaml
Zheng, Qi 597f8c9080 Update bash demo with bom tool and add musl version
Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
2021-10-08 12:34:38 +08:00

12 lines
223 B
YAML

includes:
- base.yaml
# musl bash
targets:
# copy bash and busybox
- target: /bin
copy:
- files:
- /opt/occlum/toolchains/bash/musl/bash
- ../busybox/busybox
- ../occlum_bash_test.sh