Re: [INFRA]: build bot /tmp dir not writable

2021-02-23 Thread Petr Štetiar
Sebastian Kemper [2021-02-22 12:09:54]: Hi, > Since a few days at least it seems there is some issue on the build > bots. include/toplevel.mk runs this: > > export GNU_HOST_NAME:=$(shell $(TOPDIR)/scripts/config.guess) it might be probably better to handle this corner case and make it hard err

[INFRA]: build bot /tmp dir not writable

2021-02-22 Thread Sebastian Kemper
Hi all, Since a few days at least it seems there is some issue on the build bots. include/toplevel.mk runs this: export GNU_HOST_NAME:=$(shell $(TOPDIR)/scripts/config.guess) The result is used in include/host-build.mk and include/package-defaults.mk. But currently this sometimes doesn't work.