Skip to content

Commit 1ce7745

Browse files
committed
Look at solana base branch
1 parent efb6647 commit 1ce7745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_helper/src/git.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub fn updated_master_branch(
8787
) -> Result<String, String> {
8888
let upstream_remote = get_rust_lang_rust_remote(config, git_dir)?;
8989
let branch = config.nightly_branch;
90-
for upstream_master in [format!("{upstream_remote}/{branch}"), format!("origin/{branch}")] {
90+
for upstream_master in [format!("{upstream_remote}/{branch}"), format!("origin/{branch}"), "origin/solana-1.84.1".to_string()] {
9191
if rev_exists(&upstream_master, git_dir)? {
9292
return Ok(upstream_master);
9393
}

0 commit comments

Comments
 (0)