Skip to content

Commit 69aff72

Browse files
authored
docs(linux/reproducibility/README): fix typos (#724)
Signed-off-by: Pi Delport <pjdelport@gmail.com>
1 parent 0cea078 commit 69aff72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

linux/reproducibility/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ In order to reproduce the enclave build, there are three requirements:1. stable
1010
- 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:
1111
* 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.
1212
* 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.
1515
* 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.
1616
See `$ ./build_and_launch_docker.sh -h` for details
1717
- 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.
@@ -53,5 +53,3 @@ index b85eda85..f8bc6812 100755
5353

5454
}
5555
```
56-
57-

0 commit comments

Comments
 (0)