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

add anvil and docker build caching #1544

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

BlinkyStitt
Copy link
Collaborator

What I did

Related issue: #1526

How I did it

Copy the binary of anvil from the official image into brownie. Currently, the "anvil" binary is only available in the "nightly" build. That should be in the "latest" (stable) image soon though.

How to verify it

export DOCKER_BUILDKIT=1
docker-compose build

Checklist

  • I have confirmed that my PR passes all linting checks
  • I have included test cases
  • I have updated the documentation
  • I have added an entry to the changelog

@BlinkyStitt
Copy link
Collaborator Author

This also bumps the version of python in the docker image.

Comment on lines +9 to +10
platform: linux/x86_64
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to figure out the best way to do this. Without it, M1 macs will see /lib64/ld-linux-x86-64.so.2: No such file or directory but this will break anyone on other platforms

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.

None yet

1 participant