-
Notifications
You must be signed in to change notification settings - Fork 74
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
chore: CircleCI config for main workflow [1/N] #317
Conversation
Deploying supersim with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in the .circleci/config.yml file of the ethereum-optimism/supersim repository include:
Switching from using a machine executor with ubuntu-2004 to a docker executor with the image us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.35.0.
Removing the install-just command and its associated steps.
Removing the install-just step from several jobs.
These changes indicate a shift from using a machine-based executor to a Docker-based executor and the removal of the just tool installation and usage in the CI process.
bc709ee
to
91ce0e8
Compare
Description
Stub of GH -> CircleCI pipeline migration. Adds a CircleCI config that should match the
main.yaml
workflowgo
andjust
go
orb has been addedTests
Additional context
Metadata