Change the repository of Rust SGX SDK submodule
This commit is contained in:
parent
fdde009e5d
commit
c2aefcacf0
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,7 +1,7 @@
|
||||
[submodule "deps/rust-sgx-sdk"]
|
||||
path = deps/rust-sgx-sdk
|
||||
url = https://github.com/apache/incubator-teaclave-sgx-sdk
|
||||
branch = master
|
||||
url = https://github.com/occlum/incubator-teaclave-sgx-sdk.git
|
||||
branch = sgx_2.11_for_occlum
|
||||
[submodule "deps/xmas-elf"]
|
||||
path = deps/xmas-elf
|
||||
url = https://github.com/occlum/xmas-elf
|
||||
|
1
Makefile
1
Makefile
@ -33,7 +33,6 @@ submodule: githooks
|
||||
git submodule init
|
||||
git submodule update $(OCCLUM_GIT_OPTIONS)
|
||||
@# Try to apply the patches. If failed, check if the patches are already applied
|
||||
cd deps/rust-sgx-sdk && git apply ../rust-sgx-sdk.patch >/dev/null 2>&1 || git apply ../rust-sgx-sdk.patch -R --check
|
||||
cd deps/serde-json-sgx && git apply ../serde-json-sgx.patch >/dev/null 2>&1 || git apply ../serde-json-sgx.patch -R --check
|
||||
cd deps/ringbuf && git apply ../ringbuf.patch >/dev/null 2>&1 || git apply ../ringbuf.patch -R --check
|
||||
|
||||
|
2
deps/rust-sgx-sdk
vendored
2
deps/rust-sgx-sdk
vendored
@ -1 +1 @@
|
||||
Subproject commit 4fdac94b9f002f432d4a10e5de80c56d3f7a10eb
|
||||
Subproject commit 77c1d48ca310b1029b672dfc8903666292288632
|
1301
deps/rust-sgx-sdk.patch
vendored
1301
deps/rust-sgx-sdk.patch
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user