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 29, 2022. It is now read-only.
I'm running into this issue when trying to compile a smart contract using eosio-cpp in the github action. It gets stuck 9/10 times during the compilation. It might be related to the issue that compilation needs at least 2 CPUs EOSIO/eosio.cdt#288 (comment)
A posible workaround would be to push the wasm and the abi to github so compilation on the action is not necessary. Or setup a service that you can call from the action in order to get wasm and abi, this would be a fine solution for public repos.
The text was updated successfully, but these errors were encountered:
I'm running into this issue when trying to compile a smart contract using eosio-cpp in the github action. It gets stuck 9/10 times during the compilation. It might be related to the issue that compilation needs at least 2 CPUs EOSIO/eosio.cdt#288 (comment)
A posible workaround would be to push the wasm and the abi to github so compilation on the action is not necessary. Or setup a service that you can call from the action in order to get wasm and abi, this would be a fine solution for public repos.
The text was updated successfully, but these errors were encountered: