Skip to content

Commit

Permalink
remove rustls git module and patch
Browse files Browse the repository at this point in the history
As we no longer need to maintain the patches for rustls, remove the
submodule and patch file.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 committed Sep 27, 2024
1 parent 991952c commit 11a24a9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 278 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[submodule "deps/td-shim"]
path = deps/td-shim
url = https://github.com/confidential-containers/td-shim
[submodule "deps/rustls"]
path = deps/rustls
url = https://github.com/rustls/rustls.git
268 changes: 0 additions & 268 deletions deps/patches/rustls.diff

This file was deleted.

1 change: 0 additions & 1 deletion deps/rustls
Submodule rustls deleted from ae277b
6 changes: 0 additions & 6 deletions sh_script/preparation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ preparation() {
pushd deps/td-shim
bash sh_script/preparation.sh
popd

pushd deps/rustls
git reset --hard ae277befb5061bbd4c44fea1c2697f2da5b2f6fa
git clean -f -d
patch -p 1 -i ../patches/rustls.diff
popd
}

preparation

0 comments on commit 11a24a9

Please sign in to comment.