diff --git a/docker-linux-app-image.sh b/docker-linux-app-image.sh index 1efecbe943..9064fc66dd 100755 --- a/docker-linux-app-image.sh +++ b/docker-linux-app-image.sh @@ -4,9 +4,12 @@ cp -R . ~/status-desktop cd ~/status-desktop + + git clean -dfx && rm -rf vendor/* && git checkout vendor/DOtherSide && make -j4 V=1 update -sed -i 's/c++20/c++2a/g' vendor/status-go/third_party/nwaku/vendor/negentropy/cpp/Makefile + +sed -i 's|\t\$(MAKE) -C \./third_party/nwaku libwaku|\tsed -i '\''s/c++20/c++2a/g'\'' ./third_party/nwaku/vendor/negentropy/cpp/Makefile; $(MAKE) -C ./third_party/nwaku libwaku|' ./vendor/status-go/Makefile make V=1 pkg USE_NWAKU=true