Guix deploy doesn't seem to be respecting (build-locally? #f)

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal

Debbugs page

pkill9 wrote 4 years ago
(address . bug-guix@gnu.org)
20210224180450.5596f514@runbox.com
With (build-locally? #f) set, it should build on the remote, but it
starts building guix on the local machine. Maybe it should be doing
that? I'm not sure.
Maxim Cournoyer wrote 3 years ago
(name . pkill9)(address . pkill9@runbox.com)(address . 46757-done@debbugs.gnu.org)
87bl3aaqp6.fsf@gmail.com
Hi,

pkill9 <pkill9@runbox.com> writes:

Toggle quote (4 lines)
> With (build-locally? #f) set, it should build on the remote, but it
> starts building guix on the local machine. Maybe it should be doing
> that? I'm not sure.

I believe this is also fixed by Ludovic's
b19250eec6f92308f237a09a43e8e3e2355345b9 commit.

Thanks to Ludovic, and enjoy!

Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46757@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46757
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help