On 3/03/25 19:15, Luis Felipe wrote:
I wanted to get a revision of Guix used for a known successful build of sdcv from the Guix CI service but couldn't find that information.

Actually, I think I just found that information. You can get it as follows:

1. Click on a successful build from the list in
   https://ci.guix.gnu.org/search?query=spec%3Amaster+sdcv
2. Click on the numerical value of the «Evaluation» field.
3. Copy the commit value in the Channel/Commit table.

That way, you can update the channels specification from the previous example to use another revision of Guix, or use the commit as follows (if that's enough for you):

  guix time-machine --commit=COMMIT_VALUE_HERE -- shell sdcv -- sdcv

The following worked for me as well (commit value from https://ci.guix.gnu.org/eval/2043841):

  guix time-machine --commit=25d99dd -- shell sdcv -- sdcv

Good luck,

Attachment: OpenPGP_0x0AB0D067012F08C3.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to