You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux/reproducibility/README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ In order to reproduce the enclave build, there are three requirements:1. stable
10
10
- The script [build_and_launch_docker.sh](./build_and_launch_docker.sh) is the interface to automate the reproducibility process for Intel(R) SGX. You can directly run this script in the host machine to verify the reproducibility. Currently below five reproducible types are supported:
11
11
* sdk: specify this type if you want to verify the reproducibility for Intel(R) SGX SDK. The script will prepare the SDK code in the host machine and trigger SDK build in the launched container.
12
12
* ipp: specify this type if you want to verify the reproducibility for the prebuilt IPP crypto. The script will prepare the IPP crypto code in the host machine and trigger the build in the launched container.
13
-
* binutils: specify this type if you want to verify the reproducibilty for the prebuilt binutils. Th script will prepare the binutils code in the host machine and trigger the corresponding build in the launched container.
14
-
* ae: specify this type if you want to verify the reproducibilty for the prebuilt AEs. The script will prepare materials for AE repredocible build in the hose machine and trigger the corresponding build in the launched container.
13
+
* binutils: specify this type if you want to verify the reproducibility for the prebuilt binutils. Th script will prepare the binutils code in the host machine and trigger the corresponding build in the launched container.
14
+
* ae: specify this type if you want to verify the reproducibility for the prebuilt AEs. The script will prepare materials for AE reproducible build in the hose machine and trigger the corresponding build in the launched container.
15
15
* all: specify this type if you want to verify all of the above components. The script will prepare materials for all the targets and trigger the build in the launched container.
16
16
See `$ ./build_and_launch_docker.sh -h` for details
17
17
- The script [start_build.sh.tmp](./start_build.sh.tmp) is aimed to be run in the NIX environment in the launched container. It helps to automate the reproducible build in the container.
0 commit comments