Skip to content

Commit

Permalink
moving el merge commits to more stable config (#3485)
Browse files Browse the repository at this point in the history
* moving el merge commits to more stable config

* pinning the commit ids
  • Loading branch information
g11tech authored Dec 7, 2021
1 parent 1bf5457 commit fe09d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-sim-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sim merge tests
on: [pull_request, push]

env:
GETH_COMMIT: 932939feb6735f4295911063c09b1100aee24cb1
GETH_COMMIT: c65940378e9f96ca7dce2d5c9c3b7260439b01a8
NETHERMIND_COMMIT: 8e54f87ce2e36e20a73b73a0e470816b1edc9b92

jobs:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
#Install Geth merge interop
- uses: actions/setup-go@v2
- name: Clone Geth merge interop branch
run: git clone -b kintsugi-spec https://github.com/MariusVanDerWijden/go-ethereum.git && cd go-ethereum && git reset --hard $GETH_COMMIT && git submodule update --init --recursive
run: git clone -b merge-interop https://github.com/g11tech/go-ethereum.git && cd go-ethereum && git reset --hard $GETH_COMMIT && git submodule update --init --recursive
- name: Build Geth
run: cd go-ethereum && make

Expand All @@ -56,7 +56,7 @@ jobs:
with:
dotnet-version: '5.0.x'
- name: Clone Nethermind merge interop branch
run: git clone -b themerge_kintsugi https://github.com/NethermindEth/nethermind --recursive && cd nethermind && git reset --hard $NETHERMIND_COMMIT && git submodule update --init --recursive
run: git clone -b merge-interop https://github.com/g11tech/nethermind --recursive && cd nethermind && git reset --hard $NETHERMIND_COMMIT && git submodule update --init --recursive
- name: Build Nethermind
run: cd nethermind/src/Nethermind && dotnet build Nethermind.sln -c Release

Expand Down

0 comments on commit fe09d92

Please sign in to comment.