Skip to content

Commit

Permalink
ci: drop ubuntu 18.04 support
Browse files Browse the repository at this point in the history
Ubuntu 18.04 LTS is no longer supported by the GitHub Actions CI.
  • Loading branch information
jovanbulck committed Feb 8, 2024
1 parent 6f80bfa commit f791efd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ To build and load the `/dev/sgx-step` driver, execute:

```bash
$ cd kernel/
$ ./install_SGX_driver.sh # tested on Ubuntu 18.04/20.04/22.04
$ ./install_SGX_driver.sh # tested on Ubuntu 20.04/22.04
$ make clean load
```

Expand Down Expand Up @@ -206,12 +206,12 @@ apply our patches.

```bash
$ cd sdk/intel-sdk/
$ ./install_SGX_SDK.sh # tested on Ubuntu 18.04/20.04/22.04
$ ./install_SGX_SDK.sh # tested on Ubuntu 20.04/22.04
$ source /opt/intel/sgxsdk/environment # add to ~/.bashrc to preserve across terminal sessions
$ sudo service aesmd status # stop/start aesmd service if needed
```

The above install scripts are tested on Ubuntu 18.04 LTS.
The above install scripts are tested on Ubuntu 22.04 LTS.
For other GNU/Linux distributions, please follow the instructions in the
[linux-sgx](https://github.com/01org/linux-sgx) project to build and install
the Intel SGX SDK and PSW packages. You will also need to build and load an
Expand Down

0 comments on commit f791efd

Please sign in to comment.