apple/foundationdb

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

Open

#5.357 geöffnet am 9. Aug. 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (1.266 Forks)batch import
good first issue

Repository-Metriken

Stars
 (13.912 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 12h) (126 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide