Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 454 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 454 Bytes

dragonwell11-occlum-release

How to build dragonwell11 for Alpine linux-x64?

  1. we will build dragonwell11 in an alpine docker container, two script make_alpine.sh and build_alpine_entrypoint.sh will implement it.

  2. copy these two script files to dragonwell11 project level dir;

  3. run make_alpine.sh script like this: ./make_alpine.sh release;

  4. also slowdebug and fastdebug build mode are supported;

  5. waiting for the build result......;