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

ci: Remove CI builder #13965

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

ci: Remove CI builder #13965

wants to merge 3 commits into from

Conversation

mslipper
Copy link
Collaborator

No description provided.

@mslipper mslipper force-pushed the feat/remove-ci-builder branch from 65ed7a6 to 7901124 Compare January 24, 2025 04:39
Comment on lines 178 to 191
- run:
name: Install mise
command: |
if command -v mise &> /dev/null; then
echo "mise already installed"
else
curl -sSL https://raw.githubusercontent.com/ethereum-optimism/mise/main/install.sh | bash
fi

curl https://mise.run | sh
mise reshim
- run:
name: Install mise deps
command: mise install
Copy link
Contributor

Choose a reason for hiding this comment

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

Dumb question, but could we use circle ci's caching to avoid having to actually download and install dependencies every run?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It really depends on the amount of stuff we have to cache. CCI's network isn't great, and the cache works by tarballing everything in the target directory then shipping it to CCI's servers. The CI runner has a 10G link so it may be faster, but i want to see what the baseline is first. Main bottleneck looks to be just because it's a rust build - we may be able to use binaries there.

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.

2 participants