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
figure out actually using this for development (incremental builds of just the changed files, like you have with local development and with the armel docker debian stuff)
expose the built binary more directly in build artifacts
set a better (automatic) version number than 0_git
see if we (I think the answer is yes) enforce CONFIG_LIBCURL_WEBSOCKETS=y from our build deps
a comment says 'we can =n a lot more things' but I think there's actually not much, we should check
The text was updated successfully, but these errors were encountered:
copied from merged PR #149
This currently sits on top of #145
TODO:
TARGET_LDFLAGS += -latomic -static -lstdc++ -lgcc_eh
. Especially that last one feels so wrong.0_git
CONFIG_LIBCURL_WEBSOCKETS=y
from our build depsThe text was updated successfully, but these errors were encountered: