File tree Expand file tree Collapse file tree 4 files changed +1
-18
lines changed
Expand file tree Collapse file tree 4 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 8787 ~/.cargo/registry
8888 ~/.cargo/git
8989 key : ${{ runner.os }}-${{ matrix.target }}-cargo-2-${{ hashFiles('**/Cargo.lock') }}
90- - uses : actions/cache@v4
91- with :
92- path : |
93- librubyfmt/ruby_checkout
94- key : ${{ runner.os }}-${{ matrix.target }}-ruby-v1-${{ hashFiles('.git/modules/librubyfmt/ruby_checkout/HEAD') }}
9590 - if : runner.os == 'macOS'
9691 run : |
9792 brew install automake bison
Original file line number Diff line number Diff line change 1414 GEM_HOME : /tmp/.bundle
1515 GEM_PATH : /tmp/.bundle
1616 TERM : xterm256
17- FORCE_FULL_RUBY_BUILD : 1
1817
1918jobs :
2019 bump-tag :
6463 override : true
6564 profile : minimal
6665 target : aarch64-unknown-linux-gnu
67- - uses : actions/cache@v4
68- with :
69- path : |
70- librubyfmt/ruby_checkout
71- key : ${{ runner.os }}-${{matrix.target}}-ruby-v1-${{ hashFiles('.git/modules/librubyfmt/ruby_checkout/HEAD') }}
7266 - if : runner.os == 'macOS'
7367 run : |
7468 brew install automake bison
Original file line number Diff line number Diff line change 4343 override : true
4444 profile : minimal
4545 target : aarch64-unknown-linux-gnu
46- - uses : actions/cache@v4
47- with :
48- path : |
49- librubyfmt/ruby_checkout
50- key : ${{ runner.os }}-${{matrix.target}}-ruby-v1-${{ hashFiles('.git/modules/librubyfmt/ruby_checkout/HEAD') }}
5146 - if : runner.os == 'macOS'
5247 run : |
5348 brew install automake bison
Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ fn main() -> Output {
4747
4848 // Only rerun this build if the ruby_checkout has changed
4949 match old_checkout_sha {
50- Some ( old_sha)
51- if old_sha == new_checkout_sha && env:: var ( "FORCE_FULL_RUBY_BUILD" ) . is_err ( ) => { }
50+ Some ( old_sha) if old_sha == new_checkout_sha => { }
5251 _ => {
5352 make_configure ( & ruby_checkout_path) ?;
5453 run_configure ( & ruby_checkout_path) ?;
You can’t perform that action at this time.
0 commit comments