From be54cc8427f6db549ebbbb1ee214ce07e17804e0 Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Thu, 30 Jul 2026 20:03:12 -0700 Subject: [PATCH] add the $HOME/.local/bin to PATH for the buildbot user --- buildbot/buildbot_init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildbot/buildbot_init.sh b/buildbot/buildbot_init.sh index 196e5a3d..97738dfc 100644 --- a/buildbot/buildbot_init.sh +++ b/buildbot/buildbot_init.sh @@ -104,6 +104,8 @@ useradd buildbot -g buildbot -m -d /b/home rm -rf /var/lib/buildbot ln -s /b/home /var/lib/buildbot chmod 777 /var/lib/buildbot +sudo -u buildbot echo 'PATH="$HOME/.local/bin:$PATH"' >> ~/.profile + if [[ "${HOSTNAME}" == ml-opt-dev* ]] then