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

Revert the commit because of upgrading go-sqlite3 to 1.14.19 #239

Merged
merged 3 commits into from Dec 23, 2023

Conversation

huiyifyj
Copy link
Collaborator

@huiyifyj huiyifyj commented Dec 22, 2023

Revert Fix build docker with sqlite3 musl error (#234)

The commit 031e41a is a temporary workaround to fix musl build error.
Remove CGO_CFLAGS="-D_LARGEFILE64_SOURCE" for building docker image.
Because go-sqlite3 library was upgraded to 1.14.191 and the musl build was fixed in go-sqlite3 version 1.14.192.

This reverts commit 031e41a (refer PR #234).

Footnotes

  1. commit hash ad6673b

  2. mattn/go-sqlite3#1177

The commit 031e41a is a temporary workaround to fix musl build error, and now to remove `CGO_CFLAGS="-D_LARGEFILE64_SOURCE"` for building docker image, because go-sqlite3 library was upgraded to `1.14.19` [^1] and the musl build was fixed in go-sqlite3 version `1.14.19` [^2].

This reverts commit 031e41a (refer PR #234).

---

[^1]: commit hash ad6673b
[^2]: mattn/go-sqlite3#1177
@huiyifyj huiyifyj self-assigned this Dec 22, 2023
@huiyifyj huiyifyj added enhancement ✨ New feature or request docker 🐳 Some question about docker CI/CD ⚙️ Continuous integration and continuous delivery/continuous deployment. labels Dec 22, 2023
Comment the `if` condition limitation of the main branch for 'deploy-docker' job temporarily, to build docker image CI/CD job in non-main branch.
Revert original the `if` condition limitation of the main branch, to wait for the PR #239 to be squashed and merged.

refer to commit hash d6f62ff
@huiyifyj huiyifyj merged commit 2b6bd96 into main Dec 23, 2023
6 checks passed
@huiyifyj huiyifyj deleted the revert-031e41a-#234 branch December 23, 2023 06:26
@huiyifyj huiyifyj added this to the 0.0.1 milestone Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD ⚙️ Continuous integration and continuous delivery/continuous deployment. docker 🐳 Some question about docker enhancement ✨ New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant