You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needed for LUCI, and not implicitly installed. Though it turned out that
the python3 package on sid gets Python 3.13, and the latest swarming bot
version wasn't compatible with it, so use the python3.12 package for now.
Drop the 'mkdir --mode=0700 /run/sshd' call, SSH still works without it
and so it doesn't seem to be needed anymore. Keeping it can result in a
different error:
Step 6/9 : RUN mkdir --mode=0700 /run/sshd
---> Running in 47cf43748881
mkdir: cannot create directory '/run/sshd': File exists
The command '/bin/sh -c mkdir --mode=0700 /run/sshd' returned a non-zero code: 1
Install nano for minimal interactive debugging convenience while here.
For golang/go#61112.
Change-Id: I9ce538a9fe47d25988bddf879802ebe806b7eaff
Reviewed-on: https://go-review.googlesource.com/c/build/+/665016
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Michael Pratt <[email protected]>
0 commit comments