Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Make builds deterministic #61

Open
Giszmo opened this issue Mar 7, 2021 · 0 comments
Open

Make builds deterministic #61

Giszmo opened this issue Mar 7, 2021 · 0 comments

Comments

@Giszmo
Copy link
Contributor

Giszmo commented Mar 7, 2021

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})

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant