Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit fc10b05

Browse files
authored
Merge pull request #191 from enigmampc/toolchain
updated the rust toolchain according to baidu and #187
2 parents c383123 + c91f217 commit fc10b05

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.drone.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
detach: true
77

88
- name: core
9-
image: enigmampc/enigma-core:0.0.8
9+
image: enigmampc/enigma-core:0.0.9
1010
depends_on: [clone]
1111
privileged: true
1212
commands:
@@ -19,7 +19,7 @@ steps:
1919
path: /dev/isgx
2020

2121
- name: principal
22-
image: enigmampc/enigma-core:0.0.8
22+
image: enigmampc/enigma-core:0.0.9
2323
depends_on: [clone]
2424
privileged: true
2525
commands:
@@ -33,7 +33,7 @@ steps:
3333
path: /dev/isgx
3434

3535
- name: tools_u
36-
image: enigmampc/enigma-core:0.0.8
36+
image: enigmampc/enigma-core:0.0.9
3737
depends_on: [clone]
3838
commands:
3939
- . /root/.cargo/env
@@ -42,7 +42,7 @@ steps:
4242
- RUSTFLAGS=-Awarnings cargo test
4343

4444
- name: enigma_crypto
45-
image: enigmampc/enigma-core:0.0.8
45+
image: enigmampc/enigma-core:0.0.9
4646
depends_on: [clone]
4747
commands:
4848
- . /root/.cargo/env
@@ -51,7 +51,7 @@ steps:
5151
- RUSTFLAGS=-Awarnings cargo build --no-default-features --features=sgx
5252

5353
- name: tools_m
54-
image: enigmampc/enigma-core:0.0.8
54+
image: enigmampc/enigma-core:0.0.9
5555
depends_on: [clone]
5656
commands:
5757
- . /root/.cargo/env
@@ -60,7 +60,7 @@ steps:
6060
- RUSTFLAGS=-Awarnings cargo build --no-default-features --features=sgx
6161

6262
- name: enigma_types
63-
image: enigmampc/enigma-core:0.0.8
63+
image: enigmampc/enigma-core:0.0.9
6464
depends_on: [clone]
6565
commands:
6666
- . /root/.cargo/env

dockerfile/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ RUN apt-get update && \
1313
&& rm -rf /var/lib/apt/lists/*
1414

1515
RUN /root/.cargo/bin/rustup target add wasm32-unknown-unknown && \
16-
/root/.cargo/bin/rustup component add rustfmt && \
1716
/root/.cargo/bin/cargo install bindgen cargo-audit && \
1817
rm -rf /root/.cargo/registry && rm -rf /root/.cargo/git
1918

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2019-05-20
1+
nightly-2019-05-22

0 commit comments

Comments
 (0)