Use patched intel sgx driver for 5.8 kernel

This commit is contained in:
Don Porter
2020-07-18 14:13:45 -04:00
parent 813a623959
commit e7b13f81cb
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ pipeline {
'''
sh '''
cd /opt/intel
git clone https://github.com/01org/linux-sgx-driver.git
git clone https://github.com/donporter/linux-sgx-driver.git
cd linux-sgx-driver
git checkout 7acda57e771d49d9e2142059b346b778349f653a
git checkout don/fix-5.8-build
make
'''
sh '''
+2 -2
View File
@@ -27,9 +27,9 @@ pipeline {
'''
sh '''
cd /opt/intel
git clone https://github.com/01org/linux-sgx-driver.git
git clone https://github.com/donporter/linux-sgx-driver.git
cd linux-sgx-driver
git checkout 7acda57e771d49d9e2142059b346b778349f653a
git checkout don/fix-5.8-build
make
cd /opt/intel
+2 -2
View File
@@ -27,9 +27,9 @@ pipeline {
'''
sh '''
cd /opt/intel
git clone https://github.com/01org/linux-sgx-driver.git
git clone https://github.com/donporter/linux-sgx-driver.git
cd linux-sgx-driver
git checkout 7acda57e771d49d9e2142059b346b778349f653a
git checkout don/fix-5.8-build
make
cd /opt/intel
+2 -2
View File
@@ -24,9 +24,9 @@ pipeline {
'''
sh '''
cd /opt/intel
git clone https://github.com/01org/linux-sgx-driver.git
git clone https://github.com/donporter/linux-sgx-driver.git
cd linux-sgx-driver
git checkout 7acda57e771d49d9e2142059b346b778349f653a
git checkout don/fix-5.8-build
make
'''
sh '''