Skip to content

Commit

Permalink
env/netbsd-amd64: update to NetBSD 8.1
Browse files Browse the repository at this point in the history
NetBSD 8.1 is a bugfix release on the stable (8) branch and has
a number of recommended updates and fixes.

Updates golang/go#31858

Change-Id: Id0f4a2180af1f84486aa6bc1c4406c5e8d5a0cb3
Reviewed-on: https://go-review.googlesource.com/c/build/+/185217
Reviewed-by: Andrew Bonventre <[email protected]>
  • Loading branch information
bsiegert committed Jul 8, 2019
1 parent 25c4be9 commit 0fd1ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env/netbsd-amd64/make.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set -e -x
ANITA_VERSION=1.44
ARCH=amd64
# The release that the packages have been built for.
RELEASE=8.0_2018Q1
RELEASE=8.0_2019Q1

# Must use GNU tar. On NetBSD, tar is BSD tar and gtar is GNU.
TAR=tar
Expand Down
2 changes: 1 addition & 1 deletion env/netbsd-amd64/mkvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def find_latest_release(branch, arch):


a = anita.Anita(
anita.URL('https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.0_RC1/%s/' % arch),
anita.URL('https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.1/%s/' % arch),
workdir="work-NetBSD-%s" % arch,
disk_size="4G",
memory_size = "1G",
Expand Down

0 comments on commit 0fd1ffd

Please sign in to comment.