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

Further build refinements, use ain-builder, rust 1.70 #2054

Merged
merged 26 commits into from
Jun 13, 2023

Conversation

prasannavl
Copy link
Member

@prasannavl prasannavl commented Jun 12, 2023

Summary

Builder base

  • Switch builder base images to defi/ain-builder: https://github.com/DeFiCh/containers/blob/main/ain-builder/Dockerfile
  • This is used to avoid re-doing the work of updating containers on each run.
    • This also often results in random errors due to Ubuntu repo timeouts. This avoids this by using a pre-warmed up base.
    • In addition, helps speed up the CI
  • Note: There is no difference in how the post-base items are handled. They still go through the same dep installs - and follow the exact same procedure as they would on a fresh container.
    • This just provides it pre-warmed up, so they can be expected to take a faster path.
    • This ensure any changes that's made here are still executed, if the base deps are out of date, etc.

CI

  • Fix tests failing due to incorrect init
  • Enable EVM tests on master
  • Cleanup workflows

make.sh

  • Add PATH to ci-export-vars
  • Switch to apt-get on automation.

Misc

@prasannavl prasannavl changed the title Switch builder to ain-builder, rust to 1.70 Further build refinements, use ain-builder, rust 1.70 Jun 12, 2023
@prasannavl prasannavl merged commit 566d0c4 into master Jun 13, 2023
@prasannavl prasannavl deleted the pvl/ain-builder branch June 13, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

defid 4.0.0.-beta1 not running with GLIBC 2.31
2 participants