diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-07-31 12:10:56 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-08-05 09:21:05 +0000 |
| commit | 37880f406e705722b43905dc07379a234a14f86d (patch) | |
| tree | 03c748e40fd5fcfa48a074adadfad3375ecfae4f /tools | |
| parent | 32412fac0d2561306bd3f39c47defadebd5948fa (diff) | |
tools: fix llvm version used in the openbsd image
The old version prevents us from rebuiling ci-openbsd.
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 106bd56bf..1d4ed9415 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%16 nano wget" +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 |
