lighthouse/testing/execution_engine_integration/src
Mac L 726d1b0d9b Unblock CI by updating git submodules directly in execution integration tests (#3479)
## Issue Addressed

Recent changes to the Nethermind codebase removed the `rocksdb` git submodule in favour of a `nuget` package.
This appears to have broken our ability to build the latest release of Nethermind inside our integration tests.

## Proposed Changes

~Temporarily pin the version used for the Nethermind integration tests to `master`. This ensures we use the packaged version of `rocksdb`. This is only necessary until a new release of Nethermind is available.~

Use `git submodule update --init --recursive` to ensure the required submodules are pulled before building.

Co-authored-by: Diva M <divma@protonmail.com>
2022-08-19 04:27:20 +00:00
..
build_utils.rs Unblock CI by updating git submodules directly in execution integration tests (#3479) 2022-08-19 04:27:20 +00:00
execution_engine.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
genesis_json.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
geth.rs Use latest Geth release in EE integration tests (#3395) 2022-08-03 17:13:14 +00:00
main.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
nethermind.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00
test_rig.rs Builder Specs v0.2.0 (#3134) 2022-07-30 00:22:37 +00:00
transactions.rs Make transactions in execution layer integration tests (#3320) 2022-07-18 01:51:36 +00:00