Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reese authored Jan 26, 2024
1 parent 5163633 commit b4c201b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion librubyfmt/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ fn main() -> Output {
let new_checkout_sha = get_ruby_checkout_sha();

// Only rerun this build if the ruby_checkout has changed
// boop
match old_checkout_sha {
Some(old_sha)
if old_sha == new_checkout_sha && env::var("FORCE_FULL_RUBY_BUILD").is_err() => {}
Expand Down

0 comments on commit b4c201b

Please sign in to comment.