Commit 4a07282d authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge branch 'develop' into bedrock-goerli-96f44f79

parents 51a1595b 19d6a8eb
......@@ -15,7 +15,7 @@ jobs:
name: Check if we should run
command: |
shopt -s inherit_errexit
CHANGED=$(check-changed "packages/")
CHANGED=$(check-changed "(op-bindings|packages/)")
if [[ "$CHANGED" = "FALSE" ]]; then
circleci step halt
fi
......
steps:
- name: 'gcr.io/kaniko-project/executor:latest'
args:
- --destination=us-central1-docker.pkg.dev/$PROJECT_ID/images/op-node:$_TAG
- --dockerfile=op-node/Dockerfile
- --cache=true
- --cache-ttl=48h
waitFor: ['-']
- name: 'gcr.io/kaniko-project/executor:latest'
args:
- --destination=us-central1-docker.pkg.dev/$PROJECT_ID/images/op-batcher:$_TAG
- --dockerfile=./op-batcher/Dockerfile
- --cache=true
- --cache-ttl=48h
waitFor: ['-']
- name: 'gcr.io/kaniko-project/executor:latest'
args:
- --destination=us-central1-docker.pkg.dev/$PROJECT_ID/images/op-proposer:$_TAG
- --dockerfile=./op-proposer/Dockerfile
- --cache=true
- --cache-ttl=48h
waitFor: ['-']
\ No newline at end of file
This diff is collapsed.
[default]
[profile.default]
src = 'contracts'
out = 'forge-artifacts'
optimizer = true
......@@ -19,5 +19,5 @@ build_info = true
ffi = true
fuzz_runs = 16
[ci]
[profile.ci]
fuzz_runs = 512
[default]
[profile.default]
# The source directory
src = 'contracts/universal'
# The test directory
......
[default]
[profile.default]
src = 'contracts'
out = 'forge-artifacts'
optimizer = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment