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
After rebasing my ts/sdk branch I wasnt able to build anymore:
task: [build] go run build/cmd/build/main.go
# modernc.org/sqlite/lib
../../go/pkg/mod/modernc.org/sqlite@v1.34.3/lib/hooks.go:29:23: undefined: _aSyscall
../../go/pkg/mod/modernc.org/sqlite@v1.34.3/lib/hooks.go:30:36: undefined: __ccgo_fp
task: Failed to run task "build": exit status 1
task: exit 201
Not complaining, just opening the issue for context since I wont have time to investigate tonight.
The text was updated successfully, but these errors were encountered:
im also using openbsd with Datastar for security reasons.
so adding myself here.
if anyone wants to debug, on a mac you can boot openbsd with UTM.
I am working on a cli that does all the hard work for you in golang , and will let you know when it’s ready.
Am also working on an automated hetzner setup for openbsd too as part of the cli .
I really wont have time to work on fixing this until after fosdem. This blocks me from completing the hello world example for the ts sdk (as seen in #535)
After rebasing my ts/sdk branch I wasnt able to build anymore:
Not complaining, just opening the issue for context since I wont have time to investigate tonight.
The text was updated successfully, but these errors were encountered: