You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Yeah, --clean was part of the original build script, but didn't see much use and eventually went stale. The right thing to do is to remove it, since the build script deletes the cmake build/ folder every time (i.e., every build is a clean build).
If you've already built and you want to rebuild the gateway bits without calling the build script, the way to do it in Linux is (from the repo root folder):
cd build/
make clean
make
If you're talking about rebuilding everything including dependencies, there's a flag in the latest build script for that: --rebuild-deps.
The build.sh --clean option appears to be ignored. There doesn't seem to be any way to rebuild
sources.
The text was updated successfully, but these errors were encountered: