Skip to content

Commit

Permalink
Merge branch 'main' into lemmih/tipset-header-progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed Mar 9, 2022
2 parents 291c0e6 + a3c4bf2 commit ed288f3
Show file tree
Hide file tree
Showing 104 changed files with 3,012 additions and 1,843 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
Expand All @@ -90,6 +92,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
Expand Down Expand Up @@ -127,18 +130,28 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
rv: [1.57.0, stable]
rv: [1.58.1, stable]
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- name: Install Dependencies
if: startsWith(matrix.os, 'Ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y \
curl file gcc g++ git make openssh-client \
autoconf automake cmake libtool libcurl4-openssl-dev libssl-dev llvm\
libelf-dev libdw-dev binutils-dev zlib1g-dev libiberty-dev wget \
xz-utils pkg-config python libclang-6.0-dev clang ocl-icd-opencl-dev libgflags-dev libhwloc-dev
- name: Checkout Sources
uses: actions/checkout@v2
- name: Install Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rv }}
target: wasm32-unknown-unknown
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "tests/conformance_tests/test-vectors"]
path = tests/conformance_tests/test-vectors
url = https://github.com/filecoin-project/test-vectors.git
[submodule "tests/conformance_tests/fvm-test-vectors"]
path = tests/conformance_tests/fvm-test-vectors
url = https://github.com/filecoin-project/fvm-test-vectors
Loading

0 comments on commit ed288f3

Please sign in to comment.