Since older versions of zig are not available on all systems it can be useful to have prebuilt binaries of a variety of systems
+8
.forgejo/build.fish
History
2 rounds
9 comments
1 commit
expand
collapse
Since older versions of zig are not available on all systems it can be
useful to have prebuilt binaries of a variety of systems
expand 1 comment
1 commit
expand
collapse
Since older versions of zig are not available on all systems it can be
useful to have prebuilt binaries of a variety of systems
expand 8 comments
Noted something very odd cross-compiling for FreeBSD does seem to work, but compiling it on a FreeBSD does fail because zigmon does seem to not support it.
Noted something very odd cross-compiling for FreeBSD does seem to work, but compiling it on a FreeBSD does fail because zigmon does seem to not support it.
I did open a PR to support dmon on FreeBSD: https://github.com/septag/dmon/pull/42/changes
oh that's a bit unfortunate.
For the record, line 59 still references the linux build function. it should call build-x86_64-freebsd instead.
I should really refactor this script, lol
oh that's a bit unfortunate.
For the record, line 59 still references the linux build function. it should call build-x86_64-freebsd instead.
I should really refactor this script, lol
oh that's a bit unfortunate.
For the record, line 59 still references the linux build function. it should call build-x86_64-freebsd instead.
I should really refactor this script, lol
love when things multi-send
zigmon now just needs to update their dmon dependency then it should work flawlessly.
looks good! sorry for the late review, will merge
do note that CI currently isn't running as The TSN Phoneβ’ that we (ab)use for this is down. You can see status at any time at https://status.starlightnet.work
For releases, I build by hand.