Skip to content

Commit

Permalink
Merge branch 'unstable' of https://github.com/sigp/lighthouse into re…
Browse files Browse the repository at this point in the history
…move-exit-future
  • Loading branch information
jxs committed Feb 27, 2024
2 parents 4be6084 + abd9965 commit 42442a2
Show file tree
Hide file tree
Showing 94 changed files with 3,239 additions and 1,828 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ jobs:
run: |
make
- name: Install lcli
if: env.SELF_HOSTED_RUNNERS == 'false'
# TODO: uncomment after the version of lcli in https://github.com/sigp/lighthouse/pull/5137
# is installed on the runners
# if: env.SELF_HOSTED_RUNNERS == 'false'
run: make install-lcli
- name: Run the doppelganger protection failure test script
run: |
Expand Down Expand Up @@ -406,7 +408,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang
run: sudo apt update && sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang
- name: Use Rust beta
run: rustup override set beta
- name: Run make
Expand Down
Loading

0 comments on commit 42442a2

Please sign in to comment.