File tree Expand file tree Collapse file tree 14 files changed +1914
-1769
lines changed 
rivetkit-typescript/packages/rivetkit/src/drivers/engine Expand file tree Collapse file tree 14 files changed +1914
-1769
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ jobs:
111111        run : | 
112112          # Use Docker BuildKit 
113113          export DOCKER_BUILDKIT=1 
114-            
114+ 
115115          # Build the binary using our Dockerfile 
116-           docker/engine/build.sh ${{ matrix.target }} 
116+           engine/ docker/engine/build.sh ${{ matrix.target }} 
117117           
118118          # Make sure dist directory exists and binary is there 
119119          ls -la dist/ 
@@ -188,7 +188,7 @@ jobs:
188188          context : . 
189189          push : true 
190190          tags : rivetkit/engine:full-${{ steps.vars.outputs.sha_short }}${{ matrix.arch_suffix }} 
191-           file : docker/universal/Dockerfile 
191+           file : engine/ docker/universal/Dockerfile
192192          target : engine-full 
193193          platforms : ${{ matrix.platform }} 
194194          build-args : | 
@@ -205,7 +205,7 @@ jobs:
205205          context : . 
206206          push : true 
207207          tags : rivetkit/engine:slim-${{ steps.vars.outputs.sha_short }}${{ matrix.arch_suffix }} 
208-           file : docker/universal/Dockerfile 
208+           file : engine/ docker/universal/Dockerfile
209209          target : engine-slim 
210210          platforms : ${{ matrix.platform }} 
211211          build-args : | 
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232    runs-on : ubuntu-latest 
3333    steps :
3434      - uses : actions/checkout@v4 
35-        
35+ 
3636      - uses : actions-rust-lang/setup-rust-toolchain@v1 
3737        with :
3838          toolchain : stable 
3939          components : rustfmt 
40-        
40+ 
4141      - name : Check formatting 
4242        run : cargo fmt --all -- --check 
4343
@@ -62,11 +62,11 @@ jobs:
6262    runs-on : depot-ubuntu-24.04 
6363    steps :
6464      - uses : actions/checkout@v4 
65-        
65+ 
6666      - uses : actions-rust-lang/setup-rust-toolchain@v1 
6767        with :
6868          toolchain : stable 
69-        
69+ 
7070      - uses : Swatinem/rust-cache@v2 
7171
7272      - name : Check 
@@ -80,11 +80,11 @@ jobs:
8080    runs-on : depot-ubuntu-24.04 
8181    steps :
8282      - uses : actions/checkout@v4 
83-        
83+ 
8484      - uses : actions-rust-lang/setup-rust-toolchain@v1 
8585        with :
8686          toolchain : stable 
87-        
87+ 
8888      - uses : Swatinem/rust-cache@v2 
8989
9090      - name : Run tests 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments