occlum/demos/fish/fish.yaml
Zheng, Qi 774ea33d9a Update bash and fish demo with prebuilt busybox
Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
2021-11-01 12:43:45 +08:00

25 lines
513 B
YAML

includes:
- base.yaml
# fish
targets:
- target: /usr/bin
# copy bins
copy:
- files:
- ../fish-shell/build/fish
- /opt/occlum/toolchains/busybox/musl/busybox
- target: /bin
# copy script
copy:
- files:
- ../fish_script.sh
- ../test_per_process_config.sh
# busybox links
createlinks:
- src: /usr/bin/busybox
linkname: cat
- src: /usr/bin/busybox
linkname: echo
- src: /usr/bin/busybox
linkname: awk