Skip to content

Commit

Permalink
Delete llvm-project submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mssun committed Jun 4, 2021
1 parent 4b7cdcc commit 8587ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git:
before_install:
- travis_wait git submodule update --depth 1 --init
- (cd rust/compiler-builtins && git submodule update --depth 1 --init libm)
- (cd rust/rust && git submodule update --depth 1 --init src/stdsimd src/llvm-project)
- (cd rust/rust && git submodule update --depth 1 --init src/stdsimd)

install:
- sudo apt-get install -y curl make gcc python python-crypto xz-utils python3-pyelftools python3-pip
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ git clone [email protected]:apache/incubator-teaclave-trustzone-sdk.git
$ cd incubator-teaclave-trustzone-sdk
$ git submodule update --init
$ (cd rust/compiler-builtins && git submodule update --init libm)
$ (cd rust/rust && git submodule update --init src/stdsimd src/llvm-project)
$ (cd rust/rust && git submodule update --init src/stdsimd)

# install dependencies
$ sudo apt-get install android-tools-adb android-tools-fastboot autoconf \
Expand Down

0 comments on commit 8587ffc

Please sign in to comment.