File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
os :
14
- - ubuntu-18.04
15
14
- ubuntu-20.04
16
15
- ubuntu-22.04
17
16
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ To build and load the `/dev/sgx-step` driver, execute:
176
176
177
177
``` bash
178
178
$ cd kernel/
179
- $ ./install_SGX_driver.sh # tested on Ubuntu 18.04/ 20.04/22.04
179
+ $ ./install_SGX_driver.sh # tested on Ubuntu 20.04/22.04
180
180
$ make clean load
181
181
```
182
182
@@ -206,12 +206,12 @@ apply our patches.
206
206
207
207
``` bash
208
208
$ cd sdk/intel-sdk/
209
- $ ./install_SGX_SDK.sh # tested on Ubuntu 18.04/ 20.04/22.04
209
+ $ ./install_SGX_SDK.sh # tested on Ubuntu 20.04/22.04
210
210
$ source /opt/intel/sgxsdk/environment # add to ~/.bashrc to preserve across terminal sessions
211
211
$ sudo service aesmd status # stop/start aesmd service if needed
212
212
```
213
213
214
- The above install scripts are tested on Ubuntu 18 .04 LTS.
214
+ The above install scripts are tested on Ubuntu 22 .04 LTS.
215
215
For other GNU/Linux distributions, please follow the instructions in the
216
216
[ linux-sgx] ( https://github.com/01org/linux-sgx ) project to build and install
217
217
the Intel SGX SDK and PSW packages. You will also need to build and load an
You can’t perform that action at this time.
0 commit comments