Skip to content

Commit ca0abbe

Browse files
bsiegertcodebien
authored andcommitted
env/netbsd-amd64: update to NetBSD 8.1
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]>
1 parent 1eb90df commit ca0abbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

env/netbsd-amd64/make.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -e -x
1616
ANITA_VERSION=1.44
1717
ARCH=amd64
1818
# The release that the packages have been built for.
19-
RELEASE=8.0_2018Q1
19+
RELEASE=8.0_2019Q1
2020

2121
# Must use GNU tar. On NetBSD, tar is BSD tar and gtar is GNU.
2222
TAR=tar

env/netbsd-amd64/mkvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def find_latest_release(branch, arch):
8282

8383

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

0 commit comments

Comments
 (0)