-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove SGX mentions from documentation (#6625)
- Loading branch information
Showing
24 changed files
with
52 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,25 +9,28 @@ First, checkout the CCF repository: | |
$ git clone [email protected]:microsoft/CCF.git | ||
To build CCF from source on a SGX-enabled machine, run the following: | ||
To build CCF from source, run the following: | ||
|
||
.. code-block:: bash | ||
.. tab:: SNP | ||
|
||
$ cd CCF | ||
$ mkdir build | ||
$ cd build | ||
$ cmake -GNinja .. | ||
$ ninja | ||
.. code-block:: bash | ||
Alternatively, on a non-SGX machine, you can build a `virtual` instance of CCF: | ||
$ cd CCF | ||
$ mkdir build | ||
$ cd build | ||
$ cmake -GNinja -DCOMPILE_TARGET=snp .. | ||
$ ninja | ||
.. code-block:: bash | ||
$ cd CCF | ||
$ mkdir build | ||
$ cd build | ||
$ cmake -GNinja -DCOMPILE_TARGET=virtual .. | ||
$ ninja | ||
.. tab:: Virtual | ||
|
||
.. code-block:: bash | ||
$ cd CCF | ||
$ mkdir build | ||
$ cd build | ||
$ cmake -GNinja -DCOMPILE_TARGET=virtual .. | ||
$ ninja | ||
.. note::: | ||
|
@@ -50,7 +53,7 @@ The most common build switches include: | |
|
||
* **BUILD_TESTS**: Boolean. Build all tests for CCF. Default to ON. | ||
* **SAN**: Boolean. Build unit tests with Address and Undefined behaviour sanitizers enabled. Default to OFF. | ||
* **COMPILE_TARGET**: String. Target compilation platform. Defaults to ``sgx``. Supported values are ``sgx``, ``snp``, or ``virtual``. | ||
* **COMPILE_TARGET**: String. Target compilation platform. Defaults to ``snp``. Supported values are ``snp``, or ``virtual``. | ||
|
||
Run Tests | ||
--------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.