Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Version update to substrate 8a9a8f (#12)
Browse files Browse the repository at this point in the history
Updates sgx-runtime to support substrate commit ~~`e5437efefa82bd8eb567f1245f0a7443ac4e4fe7`~~

EDIT CL: bump substrate to 8a9a8f
  • Loading branch information
haerdib authored Jun 29, 2021
1 parent 468f1eb commit bb0b6a2
Show file tree
Hide file tree
Showing 10 changed files with 838 additions and 4,785 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Check

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]

env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: ubuntu-latest
container: "scssubstratee/substratee_dev:1804-2.12-1.1.3-001"
steps:
- uses: actions/checkout@v2
- name: init-rust-target
run: rustup target add wasm32-unknown-unknown
- name: test_no_std
# We can only run cargo check here, as the linker will fail, as we don't have the sgx `c` files in the repo
run: cd test_no_std && cargo check
Loading

0 comments on commit bb0b6a2

Please sign in to comment.