File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
before_install :
11
11
- travis_wait git submodule update --depth 1 --init
12
12
- (cd rust/compiler-builtins && git submodule update --depth 1 --init libm)
13
- - (cd rust/rust && git submodule update --depth 1 --init src/stdsimd src/llvm-project )
13
+ - (cd rust/rust && git submodule update --depth 1 --init src/stdsimd)
14
14
15
15
install :
16
16
- sudo apt-get install -y curl make gcc python python-crypto xz-utils python3-pyelftools python3-pip
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ $ git clone git@github.com:apache/incubator-teaclave-trustzone-sdk.git
20
20
$ cd incubator-teaclave-trustzone-sdk
21
21
$ git submodule update --init
22
22
$ (cd rust/compiler-builtins && git submodule update --init libm)
23
- $ (cd rust/rust && git submodule update --init src/stdsimd src/llvm-project )
23
+ $ (cd rust/rust && git submodule update --init src/stdsimd)
24
24
25
25
# install dependencies
26
26
$ sudo apt-get install android-tools-adb android-tools-fastboot autoconf \
You can’t perform that action at this time.
0 commit comments