We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3341195 commit d77daf0Copy full SHA for d77daf0
reproduce/reproduce_rpm.sh
@@ -24,6 +24,7 @@ install_deps() {
24
}
25
26
build_pkg() {
27
+ mkdir -p /tmp/reproduced
28
mkdir -p build && cd build
29
echo "Reproducing devel package..."
30
cmake -G Ninja -DCOMPILE_TARGET="$PLATFORM" -DCLIENT_PROTOCOLS_TEST=ON -DCMAKE_BUILD_TYPE=Release ..
0 commit comments