소스 검색

Merge branch 'master' of git-crysp.uwaterloo.ca:miti/mitigator

Miti Mazmudar 4 년 전
부모
커밋
f653828751
2개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 3
      README.md
  2. 2 2
      graphene-docker/Dockerfile

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 3
README.md


+ 2 - 2
graphene-docker/Dockerfile

@@ -4,9 +4,9 @@ RUN apt install -y gawk libprotobuf-c-dev protobuf-c-compiler bison python3-pip
 RUN pip3 install protobuf
 
 WORKDIR /root
-RUN git clone https://github.com/oscarlab/graphene
+RUN git clone https://git-crysp.uwaterloo.ca/miti/graphene
 WORKDIR graphene
-RUN git checkout c0bc728
+RUN git checkout oldmirror
 RUN git submodule init
 RUN git submodule update
 RUN openssl genrsa -3 -out Pal/src/host/Linux-SGX/signer/enclave-key.pem 3072

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.