Pete Moore
Pete Moore
The error comes from [here](https://github.com/genuinetools/img/blob/16d3b6cad7e72f4cd9c8dad0e159902eeee00898/internal/unshare/unshare.c#L266-L270): ```C uid = getuid(); user = getenv("USER"); user = user ? user : getlogin(); if (user == NULL) bail("USER is unset"); ``` Since USER is...
Just realised, to get the worker config, you need the talk to the provider code, and the provider then needs to know the region, for which it needs to know...
That shouldn't be a problem. We can discuss at our next meeting.
Hi @anirudh-pandey, Apologies for not spotting your messages in this issue earlier. Many thanks for your contributions here! > If you see my code, I detect the type of input...
Hi @anirudh-pandey Many thanks for this - I'll take a look at this later today!
> PS: Also can you please reply to my first doubt in this comment: [#6731 (comment)](https://github.com/taskcluster/taskcluster/issues/6731#issuecomment-1881759284) related to `--task-def` variant of the command. The `--task-def` variant is intended when you...
Converting back to draft, I realise I should probably add a test or two...
See also #7320
Just reopening this until we've tested the fix works as expected in Jeff's case. It was closed automatically.
Looks like this is triggered from cloudbuild.yaml and is running ``` corepack enable && yarn && yarn smoketest ``` So `yarn smoketest` seems to be the culprit.