occlum/tools
zongmin.gu 942321363d Combine the enclave configuration into the occlum configuration file
Update the occlum.json to align with the gen_enclave_conf design.
Below is the two updated structures:
   "metadata": {
        "product_id": 0,
        "version_number": 0,
        "debuggable": true
    },
    "resource_limits": {
        "max_num_of_threads": 32,
        "kernel_space_heap_size": "32MB",
        "kernel_space_stack_size": "1MB",
        "user_space_size": "256MB"
    }
2020-06-05 11:03:47 +08:00
..
docker Add "make format" and "make format-check" to check format for c/c++ files 2020-05-27 07:08:59 +00:00
gen_enclave_conf Combine the enclave configuration into the occlum configuration file 2020-06-05 11:03:47 +08:00
protect-integrity Format c/c++ files in src, tools and test 2020-05-27 07:09:18 +00:00
toolchains Update musl to v1.1.24 2020-06-02 05:39:29 +00:00
c_formatter Add "make format" and "make format-check" to check format for c/c++ files 2020-05-27 07:08:59 +00:00
Makefile Combine the enclave configuration into the occlum configuration file 2020-06-05 11:03:47 +08:00
occlum Combine the enclave configuration into the occlum configuration file 2020-06-05 11:03:47 +08:00
occlum-build-enclave Combine the enclave configuration into the occlum configuration file 2020-06-05 11:03:47 +08:00
occlum-gen-default-occlum-json Combine the enclave configuration into the occlum configuration file 2020-06-05 11:03:47 +08:00