Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get EOS EVM Node Build job to succeed #16

Merged
merged 12 commits into from
Jul 28, 2023

Conversation

oschwaldp-oci
Copy link
Contributor

@oschwaldp-oci oschwaldp-oci commented Jul 28, 2023

Resolves: #15

Adds 2 jobs to node.yml workflow:

  1. Discover Platforms - Makes use of AntelopeIO/discover-platforms-action to query platforms as described in .cicd/platforms.json coupled with docker file(s) in .cicd/platforms/* to see if base container images exist already to build in.
  2. Build Platforms - If the described platforms from Discover Platforms job do not exist, build them and upload the artifacts for later reuse.

Updates to build dependencies in CICD:

  • Ubuntu22 - (new version of silkworm requires cmake >=3.19.0 and Ubuntu 20.04 only comes with cmake 3.16.3)
  • gcc-11
  • g++11
  • conan - version 1.60.2 (current conan config files do not support jump to conan 2.x)

Note: Build dependency installation is now done through the Dockerfile (e.g. ubuntu22.Dockerfile) instead of in the build-node.sh script.

@oschwaldp-oci oschwaldp-oci changed the title Trying quick fix for CICD workflow to install conan in build script. ** TESTING NOT READY FOR MERGE OR REVIEW ** Trying quick fix for CICD workflow to install conan in build script. Jul 28, 2023
@oschwaldp-oci oschwaldp-oci changed the title ** TESTING NOT READY FOR MERGE OR REVIEW ** Trying quick fix for CICD workflow to install conan in build script. Get EOS EVM Node Build job to succeed Jul 28, 2023
@oschwaldp-oci oschwaldp-oci self-assigned this Jul 28, 2023
@oschwaldp-oci oschwaldp-oci added the OCI Work exclusive to OCI team label Jul 28, 2023
@oschwaldp-oci oschwaldp-oci merged commit 4331808 into main Jul 28, 2023
4 checks passed
@oschwaldp-oci oschwaldp-oci deleted the gh-15-conan-install-cicd-quick-fix branch July 28, 2023 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get EOS EVM Node Build job to succeed
2 participants