-
Notifications
You must be signed in to change notification settings - Fork 0
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
Build .deb
packages on CI
#2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are conflicts now
This reverts commit 30bc785.
@chilagrow all CI configurations fail now |
Thanks, I had wrong test file path 🙏 |
It's strange to see CI failing on SQL test 🤔 https://github.com/FerretDB/documentdb/actions/runs/13431522154/job/37524308993?pr=2 We don't control those test, looks like it's flaky possibly? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 13 changed files in this pull request and generated no comments.
Files not reviewed (10)
- ferretdb_packaging/.gitignore: Language not supported
- ferretdb_packaging/Dockerfile_build_deb_packages: Language not supported
- ferretdb_packaging/build_packages.sh: Language not supported
- ferretdb_packaging/debian_files/changelog: Language not supported
- ferretdb_packaging/debian_files/compat: Language not supported
- ferretdb_packaging/debian_files/control: Language not supported
- ferretdb_packaging/debian_files/rules: Language not supported
- ferretdb_packaging/packaging-entrypoint.sh: Language not supported
- ferretdb_packaging/test_packages/Dockerfile_test_install_deb_packages: Language not supported
- ferretdb_packaging/test_packages/test-install-entrypoint.sh: Language not supported
Comments suppressed due to low confidence (1)
ferretdb_packaging/README.md:5
- [nitpick] The parameter name
pg
is ambiguous. It should be renamed topostgres_version
for clarity.
./ferretdb_packaging/build_packages.sh --os deb12 --pg 16 --version 0.100.0~ferretdb~2.0.1
Closes FerretDB/FerretDB#4724.