diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/create-openbsd-gce-ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh index 66f184648..106bd56bf 100755 --- a/tools/create-openbsd-gce-ci.sh +++ b/tools/create-openbsd-gce-ci.sh @@ -29,7 +29,7 @@ fi rm -fr etc && mkdir -p etc cat >install.site <<EOF #!/bin/sh -PKGS="bash gcc%8 git gmake go llvm%13 nano wget" +PKGS="bash gcc%8 git gmake go llvm%16 nano wget" PKG_PATH=${SNAPSHOTS}packages/${ARCH}/ pkg_add -I \$PKGS PKG_PATH= pkg_info -I \$PKGS && echo pkg_add OK |
