diff options
| author | Greg Steuck <greg@nest.cx> | 2023-10-25 08:13:06 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-10-26 09:22:24 +0000 |
| commit | b67a3ce3b99706380622c73e97aa2cbc3bbf2987 (patch) | |
| tree | 9d638107c9883b50f4583ff6f8164e778704aeee /tools | |
| parent | 060b74e530c5748381308dacf97c88238261cdc7 (diff) | |
tools/openbsd: explicitly require llvm-13 to avoid ambiguity
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 1b71b6756..d77dbc920 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 nano wget" +PKGS="bash gcc%8 git gmake go llvm%13 nano wget" PKG_PATH=${SNAPSHOTS}packages/${ARCH}/ pkg_add -I \$PKGS PKG_PATH= pkg_info -I \$PKGS && echo pkg_add OK |
