apple/foundationdb

Use packages built by CMake for downloads of "Other Linux Distros"

Open

#5,357 建立於 2021年8月9日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C++ (1,266 fork)batch import
good first issue

倉庫指標

Star
 (13,912 star)
PR 合併指標
 (平均合併 4天) (30 天內合併 78 個 PR)

描述

Our CMake build process produces tarball packages using the cpack TGZ target. This produces a server and client package with a file layout meant to match where the various artifacts go.

Meanwhile, the packages we include on the download page are a flat archive of various binaries produced by the build process. This include one regular package and one debug package with debug symbols for a few of the binaries. These packages are produced by the website build process.

We should produce these artifacts via CMake.

貢獻者指南