diff options
| author | Greg Steuck <blackgnezdo@gmail.com> | 2019-02-09 10:11:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-09 10:11:37 -0800 |
| commit | b4f792e401f416ff9fc75716d2500971ba63d1db (patch) | |
| tree | 9f8602165c2a399d53c98ba34f39592891a3ec23 /tools/create-openbsd-gce-ci.sh | |
| parent | c69659e3523cba959b06e05d4a5e44e52c31ddd2 (diff) | |
tools/openbsd: use fully resolved gcc package name (#988)
Diffstat (limited to 'tools/create-openbsd-gce-ci.sh')
| -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 f99d11ddc..87c2f0711 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 git gmake go llvm nano wget" +PKGS="bash gcc%8 git gmake go llvm nano wget" PKG_PATH=https://${MIRROR}/pub/OpenBSD/${DOWNLOAD_VERSION}/packages/${ARCH}/ pkg_add -I \$PKGS PKG_PATH= pkg_info -I \$PKGS && echo pkg_add OK |
