Is there a way to know which commit was used for a package for a particular DrDr test run?
I can see the general commit for racket/racket but not for the rest.
Yes, if you go to the top of the directory structure for that run, you'll see a file pkg-show
which has all the checksums of the packages. Those'll typically be the git shas. Here's an example.
1 Like
perfect, thank you Robby!