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 Dec 18, 2024. It is now read-only.
As discussed on Telegram 2021-01-25, we still need fiosdk to build reproducibly. The proposed part of a fix:
target_link_libraries( # Specifies the target library.
abieos-lib
-Wl,--build-id=none
# Links the target library to the log library
# included in the NDK.
${log-lib})
As discussed on Telegram 2021-01-25, we still need fiosdk to build reproducibly. The proposed part of a fix:
is not represented in (fiosdk master](https://github.com/fioprotocol/fiosdk_kotlin/blob/master/androidfioserializationprovider/src/main/cpp/CMakeLists.txt) and apparently this was not enough neither. I'm trying it out if it helps us with Mycelium right now.
The text was updated successfully, but these errors were encountered: