Build fails with WITH_ROCKSDB=ON

Description

When we build with WITH_ROCKS=ON, we see an error:

This is reason why Azure piplines in Github can fail. We need to disable it in Github.

Environment

None

Attachments

1

Activity

Show:

Przemyslaw Skibinski March 2, 2023 at 9:33 AM

Kamil Holubicki March 1, 2023 at 5:41 PM

Azure pipelines are already fixed by Przemek.

Let's disable it permanently in CMakeLists.txt as advised by Przemek.

Anton Matvienko February 13, 2023 at 2:17 PM

Also WITH_ROCKSDB=ON should be removed probably in azure-pipelines.yml.

Przemyslaw Skibinski February 13, 2023 at 2:12 PM
Edited

The issue should be solved with ignoring `-DWITH_ROCKSDB=ON`.
Please put "RETURN()" at the top of CMakeLists.txt as it will be done for TokuDB:
https://github.com/percona/percona-server/blob/release-8.0.32-24/storage/tokudb/CMakeLists.txt#L1

Lenz Grimmer February 13, 2023 at 1:11 PM

Done

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Smart Checklist

Created February 13, 2023 at 12:38 PM
Updated March 6, 2024 at 8:45 PM
Resolved May 1, 2023 at 12:55 PM