Skip to content

Commit

Permalink
Release 0.6.6 (#490)
Browse files Browse the repository at this point in the history
* remove: unused doc

* add: dev feature

* fix: total supply

* reorder: runtime

* add: header-mmr rpc

* bump: serde version

* bump: common && substrate

* update: runtime

* remove: unused import

* refactor: service

* update: cli

* one binary for all linux

* ignore: .cargo-ok

* update: docker

* release: 0.6.6

* update: doc
  • Loading branch information
aurexav authored Aug 12, 2020
1 parent d1a9882 commit 55f151b
Show file tree
Hide file tree
Showing 21 changed files with 1,510 additions and 1,207 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ expand.rs
# Rust Things
**/*.rs.bk
**/target/
.cargo-ok
Cargo.toml.bak
12 changes: 0 additions & 12 deletions .maintain/docker/Dockerfile.centos-7

This file was deleted.

11 changes: 5 additions & 6 deletions .maintain/docker/Dockerfile.x86_64-linux-gnu
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
FROM ubuntu:16.04
FROM centos:7

# only for x86_64
# for gernal linux

# change mirrorlist
RUN sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list && \
RUN curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo && yum makecache \
# update
apt update && apt upgrade -y && apt install -y \
yum -y update && yum -y upgrade && yum -y install \
# tool
git make \
# compiler
gcc g++ \
clang llvm libclang-dev
clang gcc gcc-c++ llvm
Loading

0 comments on commit 55f151b

Please sign in to comment.