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 1010before_install :
1111  - travis_wait git submodule update --depth 1 --init 
1212  - (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) 
1414
1515install :
1616  - 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 
[email protected] :apache/incubator-teaclave-trustzone-sdk.git
2020$ cd  incubator-teaclave-trustzone-sdk
2121$ git submodule update --init
2222$ (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)
2424
2525#  install dependencies
2626$ sudo apt-get install android-tools-adb android-tools-fastboot autoconf \
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments