We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CRAN: https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/duckdb-00check.html, https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/duckdb-00install.html
rhub: https://github.com/duckdb/duckdb-r/actions/runs/11339432242/job/31534225436#step:6:134
I suspect we need -Wall -pedantic, this was necessary in a local Ubuntu + gcc14 container.
-Wall -pedantic
Also, gcc is now at 14.2.0 . How to make sure we get the latest and greatest in this Docker image?
The text was updated successfully, but these errors were encountered:
PRs are welcome! :) For the gcc version I suspect that we'd need to update the distro, but I doubt that the gcc minor version is super important.
Sorry, something went wrong.
~/.R/Makevars
Successfully merging a pull request may close this issue.
CRAN: https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/duckdb-00check.html, https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/duckdb-00install.html
rhub: https://github.com/duckdb/duckdb-r/actions/runs/11339432242/job/31534225436#step:6:134
I suspect we need
-Wall -pedantic
, this was necessary in a local Ubuntu + gcc14 container.Also, gcc is now at 14.2.0 . How to make sure we get the latest and greatest in this Docker image?
The text was updated successfully, but these errors were encountered: