(address . bug-guix@gnu.org)
Hello,
Today I reconfigured my system and after a reboot offloading no longer
works.
When i try to build something that could be offloaded it instead tries
to build it locally instead and fails with
unsupported-platform
while setting up the build environment: a `*' is required to build `*',
but I am a `*'
However 'guix offload test' is still succeeding
Toggle snippet (15 lines)
sudo guix offload test
guix offload: testing 1 build machines defined in
'/etc/guix/machines.scm'...
guix offload: Guix is usable on '*' (test returned "/gnu/store/*-test")
guix offload: '*' is running GNU Guile 3.0.9
guix offload: sending 1 store item (0 MiB) to '*'...
exporting path `/gnu/store/*-export-test'
guix offload: '*' successfully imported '/gnu/store/*-export-test'
retrieving 1 store item from '*'...
guix offload: successfully imported '/gnu/store/*-import-test' from '*'
I tracked this down to the guile-ssh update in
da3c8a963f83c044568d99921480259eaa26a923
Reverting that restores offloading for me.
This might also be the cause for the 'guix deploy' error described in