Skip to content

Commit

Permalink
Pin MDBX to Windows branch, LLVM on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Nov 23, 2021
1 parent 1d7b541 commit 87ab60b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
run: npm install -g ganache-cli
- name: Install make
run: choco install -y make
- uses: KyleMayes/install-llvm-action@v1
with:
version: "13.0"
directory: ${{ runner.temp }}/llvm
- name: Set LIBCLANG_PATH
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
- name: Run tests in release
run: make test-release
beacon-chain-tests:
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions slasher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ flate2 = { version = "1.0.14", features = ["zlib"], default-features = false }
lazy_static = "1.4.0"
lighthouse_metrics = { path = "../common/lighthouse_metrics" }
filesystem = { path = "../common/filesystem" }
mdbx = { git = "https://github.com/vorot93/mdbx-rs", branch = "master" }
mdbx-sys = { git = "https://github.com/vorot93/mdbx-rs", branch = "master" }
# mdbx = { git = "https://github.com/vorot93/mdbx-rs", rev = "1150cafb38d6136c863c4618a4eff6a13723537d" }
mdbx = { git = "https://github.com/michaelsproul/mdbx-rs", branch = "windows" }
lru = "0.6.6"
parking_lot = "0.11.0"
rand = "0.7.3"
Expand Down

0 comments on commit 87ab60b

Please sign in to comment.