Skip to content

Commit

Permalink
upgrade to substrate tag monthly 2021 09+1 (#4)
Browse files Browse the repository at this point in the history
* exchange all version = ".." with branch = "master" (integritee-network#9)

* Version update to substrate 8a9a8f (integritee-network#12)

Updates sgx-runtime to support substrate commit ~~`e5437efefa82bd8eb567f1245f0a7443ac4e4fe7`~~

EDIT CL: bump substrate to 8a9a8f

* Version upgrade f651d45 (integritee-network#17)

* include substrate august monthly tag

* [test_no_std] add monthly tag to sp-core

* update to substrate september monthly

* cargo update

* change tag spec to branch=master
  • Loading branch information
haerdib authored Oct 12, 2021
1 parent 927ebb6 commit 78bdef9
Show file tree
Hide file tree
Showing 15 changed files with 2,568 additions and 7,824 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 78bdef9

Please sign in to comment.