IRC channel logs
2023-05-02.log
back to list of logs
<rekado>hmm, the github action to install Guix works fine, but for some reason that Guix attempts to build python-google-auth 2.6.6, even though this package has been updated weeks ago. <efraim>I used to have a github action with guix, let me see if I have anything useful <efraim>my script did 'export PATH="~/.config/guix/current/bin${PATH:+:}$PATH"' and then it started actually trying to build anything <PurpleSym>Yeah, could be a PATH issue, rekado. I had to use absolute paths in the actions.yml, because appending go GITHUB_PATH did nothing. <rekado>hmm, the problem is with the version of Guix that has been downloaded <rekado>it downloads https://ci.guix.gnu.org/download/595 and that Guix contains gnu/store/44hxi9rg8514ls3n7dlh65b64vj5dmng-guix-1.4.0-5.286cdf0/share/guile/site/3.0/gnu/packages/python-web.scm, which has python-google-auth at version 2.6.6 <rekado>as if commit a5c4b50c36846c5ced7978a176a5de6c6a142b18 from Tue Apr 18 00:45:36 2023 -0400 never happened <rekado>I wonder if that’s a problem with ci.guix.gnu.org <rekado>maybe it’s the tarball spec that’s bad? <rekado>it’s commit 286cdf0bc55a29d5a63f7191edde7ea4dbd8cf2a from Tue Apr 18 11:20:56 2023 -0400 <rekado>and the commit I want is a5c4b50c36846c5ced7978a176a5de6c6a142b18 from Tue Apr 18 00:45:36 2023 -0400 <rekado>why have there been no more tarballs since then? <efraim>would it use up too much resources to run guix pull?