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

duckdb: add version 1.0.0 #24084

Merged
merged 2 commits into from
Jun 22, 2024
Merged

Conversation

toge
Copy link
Contributor

@toge toge commented May 23, 2024

Specify library name and version: duckdb/1.0.0

duckdb/duckdb@v0.10.2...v1.0.0


@conan-center-bot

This comment has been minimized.

@@ -1,4 +1,7 @@
sources:
"0.10.3":
url: "https://github.com/duckdb/duckdb/archive/refs/tags/v0.10.3.tar.gz"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are offering official source downloads, so please use them instead of the auto-generated tarballs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Croydon
Are you referring to libduckdb-src.zip?
It contains only three files (duckdb.cpp, duckdb.h, duckdb.hpp) and duckdb.cpp is too large to compile in the CCI ci environment.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, my bad, sorry

@toge toge changed the title duckdb: add version 0.10.3 duckdb: add version 1.0.0 Jun 3, 2024
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 2 (9278e834428193d90c2fc2ce2c9850f21bc4eb04):

  • duckdb/0.9.2:
    All packages built successfully! (All logs)

  • duckdb/0.10.2:
    All packages built successfully! (All logs)

  • duckdb/0.10.1:
    All packages built successfully! (All logs)

  • duckdb/1.0.0:
    All packages built successfully! (All logs)

  • duckdb/0.8.1:
    All packages built successfully! (All logs)

  • duckdb/0.7.1:
    All packages built successfully! (All logs)

  • duckdb/0.6.1:
    All packages built successfully! (All logs)

  • duckdb/0.9.0:
    All packages built successfully! (All logs)

  • duckdb/0.6.0:
    All packages built successfully! (All logs)

  • duckdb/0.5.1:
    All packages built successfully! (All logs)

  • duckdb/0.8.0:
    All packages built successfully! (All logs)


Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 2 (9278e834428193d90c2fc2ce2c9850f21bc4eb04):

  • duckdb/0.10.1:
    All packages built successfully! (All logs)

  • duckdb/0.10.2:
    All packages built successfully! (All logs)

  • duckdb/0.9.2:
    All packages built successfully! (All logs)

  • duckdb/0.9.0:
    All packages built successfully! (All logs)

  • duckdb/0.8.1:
    All packages built successfully! (All logs)

  • duckdb/0.6.1:
    All packages built successfully! (All logs)

  • duckdb/0.8.0:
    All packages built successfully! (All logs)

  • duckdb/0.6.0:
    All packages built successfully! (All logs)

  • duckdb/0.7.1:
    All packages built successfully! (All logs)

  • duckdb/0.5.1:
    All packages built successfully! (All logs)

  • duckdb/1.0.0:
    All packages built successfully! (All logs)

@memsharded memsharded self-assigned this Jun 11, 2024
Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good thanks very much for your contribution @toge

There is one minor comment, but as it wouldn't harm, I am approving

It is also possible to remove older patches, 0.10.1, 0.9.0, 0.8.0, 0.6.0 can be safely dropped too (not necessary to do it now, not necessary to do it as a later PR just for this, just as a hint for next time editing this recipe)

endif()
else()
set(CMAKE_CXX_WINDOWS_FLAGS
- "/wd4244 /wd4267 /wd4200 /wd26451 /wd26495 /D_CRT_SECURE_NO_WARNINGS /utf-8")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Taepper
Copy link
Contributor

Taepper commented Jun 17, 2024

Is there anything blocking this PR?

@memsharded
Copy link
Member

I was waiting on @toge feedback regarding the above comment, but as it isn't a blocker I'll try to move this forward.

@conan-center-bot conan-center-bot merged commit df9fa59 into conan-io:master Jun 22, 2024
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants