Skip to content

[C++] Minimal build failed in crossbow because of zstd v1.5.4 requires CMake v3.18 #34148

Description

@mapleFU

Describe the bug, including details regarding any error messages, version, and platform.

After patch #34114 is merged, crossbow CI was broken: https://github.com/ursacomputing/crossbow/actions/runs/4153851721/jobs/7185765610#step:3:1131

This is because zstd v1.5.4 introduce CheckLinkerFlag, which is introduced in facebook/zstd#3392 . And our crossbow CI install cmake 3.16, which didn't support it.

Component(s)

C++, Developer Tools

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions