diff options
| author | Greg Steuck <greg@nest.cx> | 2025-08-07 06:46:32 -0700 |
|---|---|---|
| committer | Greg Steuck <greg@nest.cx> | 2025-08-07 15:48:03 +0000 |
| commit | 106f00e26ffeb8f114f0018e048653fa9edfe51c (patch) | |
| tree | ba3f60ae760343109fbc0db5b042042142a3f97b /tools | |
| parent | 04cffc22d57a9014cb89df6c9f44de50d2eb2b9b (diff) | |
tools: put clang-format into PATH on openbsd GCE image
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/create-openbsd-gce-ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh index 1d4ed9415..97ec0e2cc 100755 --- a/tools/create-openbsd-gce-ci.sh +++ b/tools/create-openbsd-gce-ci.sh @@ -32,6 +32,7 @@ cat >install.site <<EOF PKGS="bash gcc%8 git gmake go llvm%19 nano wget" PKG_PATH=${SNAPSHOTS}packages/${ARCH}/ pkg_add -I \$PKGS PKG_PATH= pkg_info -I \$PKGS && echo pkg_add OK +ln -s /usr/local/bin/clang-format{-19,} echo 'set tty com0' > boot.conf echo 'PasswordAuthentication no' >> /etc/ssh/sshd_config |
