File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ runs:
3030 shell : bash
3131 run : |
3232 mkdir -p ~/.config/sccache
33- echo 'server_startup_timeout_ms = 15000 ' > ~/.config/sccache/config
33+ echo 'server_startup_timeout_ms = 60000 ' > ~/.config/sccache/config
3434
3535 - name : Pre-start sccache server
3636 if : github.repository == 'vortex-data/vortex' && inputs.enable-sccache == 'true'
3737 shell : bash
38- run : sccache --start-server &
38+ run : sccache --start-server
3939
4040 # Fallback path: full setup for forks
4141 - name : Full Rust setup
Original file line number Diff line number Diff line change 6969 shell : bash
7070 run : |
7171 mkdir -p ~/.config/sccache
72- echo 'server_startup_timeout_ms = 15000 ' > ~/.config/sccache/config
72+ echo 'server_startup_timeout_ms = 60000 ' > ~/.config/sccache/config
7373
7474 - name : Rust Compile Cache
7575 if : inputs.enable-sccache == 'true'
7878 - name : Pre-start sccache server
7979 if : inputs.enable-sccache == 'true'
8080 shell : bash
81- run : sccache --start-server &
81+ run : sccache --start-server
8282
8383 - name : Install Protoc (for lance-encoding build step)
8484 if : runner.os != 'Windows'
You can’t perform that action at this time.
0 commit comments