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 Aug 2, 2022. It is now read-only.
A pinned build fixes the compiler version. This guarantees you will not have struct alignment issues, and won't have problems reading files such as blocks.logs correctly. This is obviously important for production.
An unpinned build does not fix the compiler, it uses whatever the default compiler exists on your system. This will take less time to build, but you could run into aforementioned struct alignment issue, or potentially other with specific compiler versions.
You may want to try unpinned build first to get a quick build, then in production use pinned.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am planning to explorer the possibility of connecting VSCode to a EOSIO docker runtime for development
https://github.com/EOSIO/eos/tree/master/.cicd/platforms
There are two variants, pin and unpin.
Which one would you recommend I try ?
Cheers
The text was updated successfully, but these errors were encountered: