Skip to content

Commit

Permalink
prep work: getting kurtosis assertoor ci to depend on every docker im…
Browse files Browse the repository at this point in the history
…age push workflow (#12115)

- revert changes to ci-cd-main-branch-docker-images.yml
- do those changes instead in ci-cd-main-branch-docker-images2.yml (temp
copy) for quicker testing off PRs.
  • Loading branch information
sudeepdino008 authored Sep 27, 2024
1 parent d20bd4d commit cfa497b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci-cd-main-branch-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@ env:
LABEL_DESCRIPTION: "[docker image built on a last commit id from the main branch] Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier. Archive Node by default."

on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- 'main'
paths-ignore:
- '.github/**'
workflow_dispatch:

jobs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd-main-branch-docker-images2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ env:
on:
push:
branches:
- 'main'
paths-ignore:
- '.github/**'
- 'kurtosis_fix4'
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions core/vm/interpreter.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ func NewEVMInterpreter(evm *EVM, cfg Config) *EVMInterpreter {
}
}

func (in *EVMInterpreter) decrementDepth() { in.depth-- }

// Run loops and evaluates the contract's code with the given input data and returns
// the return byte-slice and an error if one occurred.
//
Expand Down

0 comments on commit cfa497b

Please sign in to comment.