mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 16:35:36 +00:00
app: Extend CI to build on OpenBSD now that golang.org/x/sys is updated.
I was able to get the Pipe2 syscall added for OpenBSD: https://go.googlesource.com/sys/+/9fbb57f87de9ccfe3a99d4e3270ce8a926ebba4f This also updates the dependencies to include the latest sys and gio. I submitted a patch to the builder environment to include the xshare sets on OpenBSD. Once that is in it will mean the "install_deps" block can be removed. https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/9640 Here is a link to a successful build: https://builds.sr.ht/~qbit/job/143004 Signed-off-by: Aaron Bieber <aaron@bolddaemon.com>
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ module gioui.org/example
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
gioui.org v0.0.0-20200111222127-f176cbfe8823
|
||||
gioui.org v0.0.0-20200127101747-54ed198cb060
|
||||
github.com/google/go-github/v24 v24.0.1
|
||||
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
|
||||
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
||||
|
||||
Reference in New Issue
Block a user