Remove a deprecated submodule sgx_protect_file
This commit is contained in:
parent
e1e46c9935
commit
30265261cf
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -6,9 +6,6 @@
|
|||||||
path = deps/xmas-elf
|
path = deps/xmas-elf
|
||||||
url = https://github.com/occlum/xmas-elf
|
url = https://github.com/occlum/xmas-elf
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "deps/sgx_protect_file"]
|
|
||||||
path = deps/sgx_protect_file
|
|
||||||
url = https://github.com/occlum/sgx_protect_file
|
|
||||||
[submodule "deps/sefs"]
|
[submodule "deps/sefs"]
|
||||||
path = deps/sefs
|
path = deps/sefs
|
||||||
url = https://github.com/occlum/sefs.git
|
url = https://github.com/occlum/sefs.git
|
||||||
|
1
Makefile
1
Makefile
@ -5,7 +5,6 @@ all: src
|
|||||||
submodule:
|
submodule:
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
cd deps/sgx_protect_file && make
|
|
||||||
cd deps/sefs/sefs-fuse && make
|
cd deps/sefs/sefs-fuse && make
|
||||||
|
|
||||||
src:
|
src:
|
||||||
|
1
deps/sgx_protect_file
vendored
1
deps/sgx_protect_file
vendored
@ -1 +0,0 @@
|
|||||||
Subproject commit 5f2e64efd27714e90b4a22f4a3ce46ef6598d32a
|
|
Loading…
Reference in New Issue
Block a user