Skip to content

Commit

Permalink
Update/substrate (#88)
Browse files Browse the repository at this point in the history
* update substrate to deac6324a16fc4128b94a7b4c3826eebcb86917f

* recover zkp support chain extension

* recover runtime_log

* update readme

* use stable toolchain

* add something in ci

* remove cache in ci

* change to ubuntu 20.04

* recover some and update checkout

* recover to nightly
  • Loading branch information
atenjin authored Jul 19, 2021
1 parent 09d2b0d commit 6e70d75
Show file tree
Hide file tree
Showing 19 changed files with 460 additions and 528 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/europa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout the source code
uses: actions/checkout@v1
Expand All @@ -21,6 +21,8 @@ jobs:
toolchain: nightly-2021-02-10
target: wasm32-unknown-unknown
override: true
- name: Install Dependencies
run: sudo apt install -y clang curl libssl-dev llvm libudev-dev
- name: Cache substrate deps
uses: actions/cache@v1
env:
Expand All @@ -29,7 +31,7 @@ jobs:
path: ./target
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./Cargo.lock') }}
- name: Init
run: git submodule update --init --remote
run: git submodule update --init --recursive
- name: Build
run: cargo build --all -vv
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v1
- name: Init
run: git submodule update --init --remote
run: git submodule update --init --recursive
- name: Build
run: cargo build --release

Expand Down
Loading

0 comments on commit 6e70d75

Please sign in to comment.