Skip to content

Commit 484f1b1

Browse files
committed
Fix for failing all build
[docker_verify]
1 parent 2bd7477 commit 484f1b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/all/scripts/install_ffead-cpp-framework.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ MAX_THREADS=$(( 3 * `nproc` / 2 ))
66
WRIT_THREADS=$(( $MAX_THREADS / 3 ))
77
SERV_THREADS=$(( $MAX_THREADS - $WRIT_THREADS ))
88

9+
#temporary workaround till this gets fixed by the framework author of CppServer
10+
sed -i 's|explicit constexpr UUID(const char\* uuid, size_t size);|explicit UUID(const char\* uuid, size_t size);|g' /usr/local/include/system/uuid.h
11+
sed -i 's|constexpr CppCommon::UUID operator ""|CppCommon::UUID operator ""|g' /usr/local/include/system/uuid.h
12+
sed -i 's|inline constexpr UUID::UUID|inline UUID::UUID|g' /usr/local/include/system/uuid.inl
13+
914
git clone https://github.com/sumeetchhetri/ffead-cpp
1015
#git checkout 92c3a9e3d5ec1de4a909fe688d649d7f31e050c0 -b 6.0
1116
cd ffead-cpp

0 commit comments

Comments
 (0)