浏览代码

Pin the version of linux-sgx-driver

Ian Goldberg 4 年之前
父节点
当前提交
bf57b73d32
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ..