Conversation
Contributor
Author
|
ok, so 49003b5 failed applying the patch to |
… (but now removing the cdeps upgrade)
Contributor
Author
|
So there's 121 commits between https://github.com/access-nri/cdeps/tree/85ef3711966e305df229c40685dcb550575b24f6 and https://github.com/access-nri/cdeps/tree/debc5453e75195fac8bc418318322a1a63402d16. This feels like a git bisect op'! (The underlying assumption is that even if the patches worked in 49003b5 it would have failed repro') |
chrisb13
added a commit
to ACCESS-NRI/ACCESS-OM3
that referenced
this pull request
Jan 26, 2026
Trying to track down the `Rc 2026.01.000 reprobug` see: - ACCESS-NRI/access3-share#26 - ACCESS-NRI/access3-share@b4ba105 I think this will pass... (rolled back to the working version of cdeps)
Contributor
Author
Contributor
Author
|
Here's the script that did the above commits: Detailsdeclare -a arr=("0595593400cae8dd65f50a13d9167fb248be9dfb" "2400bd594803f4359df74022a2807d75cf5eed10" "0e5c95588678fe813da249def51920ad3b4fa33b" "293774652f41d5daf5614135fc41b676e8bc59d8" "7e51a85aa2f4a645ca6795ff63cd3eaa54e85453" "8e629741667ea4dd1416d89e69bb385bc85ae82e" "87ed584beaf11c0135fcc0c3c84df3d906577344" "a2ffcb754a41c9e059eb9e9d2e7cd27ab6a5883d" "7d93a2ef3243e054e07151b81a67829385bcc82c" "05949dda698e5feee92fba40af1273a42b9498d8" "a95f92f6c0979c20681a29a479f2a776c49bc079" "d6a74c252db5e0cee1d00bfc091d26023bb9832a" "d476c0338e5d050434c1b7044962efe9daf13cc5" "69ca579c28d82408511054ec9a0fcc53a29daa3f" "bdd4317b47c0fc27d7dac468212f8a6c34c53d8c" "069321478b2c8733198f0c7e3383fad0a459a3b5" "3d97bac8ed37de52b4e87256d71b7c8ea20e5ef5" "6381d84625754001e3c229585d341c14fce046be" "4877267eb7e87640d33fbf3ee1a0324644b60712" "410ce304ee485207dfa176c6b6d5449ed1978d13" "8a1b5a4c26780ea3e07c75740e0a6e3bd1776205" ) ## loop through above array (quotes are important if your elements may contain spaces) for i in "${arr[@]}" do #echo "$i" export REF="$i" echo "" echo "Doing CDEPS ref..." echoSide note, I couldn't figure out how to get git to list revisions between two commits (this too), so just clicked through these: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related
My guess is that 49003b5 won't build...