You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use pkg_create to create a package which I can then release. However, after upgrading to the new v1 action, a segfault occurs. The segfault does not occur in the v0 action, does not occur when I run the same code in the shell-netbsd action, and I cannot reproduce the segfault in a NetBSD VM. Therefore, I think the error is with the netbsd-vm action.
I have created the following minimal GitHub actions workflow that causes a segfault. I found that the segfault occurs only when I use pkg_create's -B option.
I use
pkg_create
to create a package which I can then release. However, after upgrading to the new v1 action, a segfault occurs. The segfault does not occur in the v0 action, does not occur when I run the same code in theshell-netbsd
action, and I cannot reproduce the segfault in a NetBSD VM. Therefore, I think the error is with thenetbsd-vm
action.I have created the following minimal GitHub actions workflow that causes a segfault. I found that the segfault occurs only when I use
pkg_create
's-B
option.Here are the full logs from running that action. The segfault occurs just below
##[group]With buildinfo
.The text was updated successfully, but these errors were encountered: