Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
env/openbsd-amd64: syspatch on first boot
syspatch is currently being invoked at the end of the installation, which means we're trying to patch the installation ramdisk kernel, rather than the generic kernel. Instead, invoke syspatch during the first boot of the generic kernel. Move pkg_add as well, since that is also generally safer to run outside of the installation. Update golang/go#35712 Update golang/go#42542 Change-Id: Icbb384816de5859078a0183919626d223fb0060f Reviewed-on: https://go-review.googlesource.com/c/build/+/278732 Trust: Joel Sing <joel@sing.id.au> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
- Loading branch information