Chore(CI): fix OpenBSD build flags OpenBSD's ubsan doesn't seem to be working; remove it for now. Any undefined behavior would probably be unavoidable anyway, as it's probably just from the go stdlib.
1 files changed, 1 insertions(+), 1 deletions(-) M .builds/openbsd.yml
M .builds/openbsd.yml => .builds/openbsd.yml +1 -1
@@ 14,7 14,7 @@ tasks: go version # go on openbsd must use libc for syscalls as of 1.16 # due to syscall api instability make BUILDMODE_CGO=exe EXTRA_SANITIZERS='undefined' NON_OPENBSD_FLAGS='' build-cgo make BUILDMODE_CGO=exe EXTRA_SANITIZERS='' NON_OPENBSD_FLAGS='' build-cgo strip ./moac ./moac-pwgen sha256 ./moac sha256 ./moac-pwgen