Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goreleaser issues #185

Closed
BuckarooBanzay opened this issue Dec 1, 2023 · 2 comments
Closed

goreleaser issues #185

BuckarooBanzay opened this issue Dec 1, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@BuckarooBanzay
Copy link
Member

Target: windows_amd64_v1

gcc: error: unrecognized command-line option ‘-mthreads’; did you mean ‘-pthread’?

Target: linux_arm_6

gcc: error: unrecognized command-line option '-marm'; did you mean '-mabm'?
@ronoaldo
Copy link
Contributor

ronoaldo commented Dec 2, 2023

Once minetest-go/mtdb#80 gets merged the goreleaser should resume to work!
Screenshot_20231202_011414

@BuckarooBanzay
Copy link
Member Author

BuckarooBanzay pushed a commit that referenced this issue Dec 10, 2023
* fix: misplaced log could cause panic/nil pointer.
Regression from #181

* fix: call BlockRepository.Close() when exporting.
Gracefully flushes the remaining transactions
for Sqlite.
Requires new release of minetest-go/mtdb.
Fixes #180

* fix: enable CGO for sqlite3.

* deps: update to minetest-go/[email protected]

* feat:  new option to export all protected nodes
Fixes #184

* wip: testing mtdb v1.1.45-rc1

Refs: #184 #185

* fix: export surounding chunks of protected nodes.
Avoid losing data when protected nodes
are at the mapblock/mapchunk edges.

* fix: wrong nested loop.
Nasty loops!

* deps: updated dependencies.

* test: emerging more nodes to test exported region.

Accounting for two neighbor chunks and the surrounding
being exported when --export-all is provided.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants