Explorar o código

Pin the version of linux-sgx-driver

Ian Goldberg %!s(int64=4) %!d(string=hai) anos
pai
achega
bf57b73d32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build-driver

+ 1 - 1
build-driver

@@ -3,7 +3,7 @@
 rm -rf linux-sgx-driver
 git clone https://github.com/intel/linux-sgx-driver.git
 cd linux-sgx-driver
-git checkout sgx2
+git checkout f7dc97c0
 make
 cp -av sgx_user.h ../graphene-docker/
 cd ..