Procházet zdrojové kódy

Pin the version of linux-sgx-driver

Ian Goldberg před 4 roky
rodič
revize
bf57b73d32
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 ..