savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
156 stars 12 forks source link

Provide binaries for FreeBSD (again) #457

Open mneumann opened 1 year ago

mneumann commented 1 year ago

The last release (v0.20230405.0) did not include binaries for FreeBSD. Not sure if the FreeBSD build has been completely removed, or was omitted just for that release.

jemc commented 1 year ago

I wonder if CirrusCI may have just failed that build?

jemc commented 1 year ago

I just tagged a new release now to see if the CirrusCI build works better this time. Give it a try once that build completes.

mneumann commented 1 year ago

When I last tried to compile Savi on FreeBSD (a week ago), I run into issues. So maybe CI is having issues as well....

jemc commented 1 year ago

Looks like CirrusCI is choking on just running curl to download things.

ld-elf.so.1: /usr/local/lib/libcurl.so.4: Undefined symbol "nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation"
jemc commented 1 year ago

Okay I reran and that error is gone (maybe somebody upstream fixed it for curl) but now I'm seeing errors related to crystal 1.8.0

I've revoked (deleted) the broken releases and will work on getting the pipeline fixed.