This repository was archived by the owner on Jun 21, 2020. It is now read-only.
File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 6
6
detach : true
7
7
8
8
- name : core
9
- image : enigmampc/enigma-core:0.0.8
9
+ image : enigmampc/enigma-core:0.0.9
10
10
depends_on : [clone]
11
11
privileged : true
12
12
commands :
19
19
path : /dev/isgx
20
20
21
21
- name : principal
22
- image : enigmampc/enigma-core:0.0.8
22
+ image : enigmampc/enigma-core:0.0.9
23
23
depends_on : [clone]
24
24
privileged : true
25
25
commands :
33
33
path : /dev/isgx
34
34
35
35
- name : tools_u
36
- image : enigmampc/enigma-core:0.0.8
36
+ image : enigmampc/enigma-core:0.0.9
37
37
depends_on : [clone]
38
38
commands :
39
39
- . /root/.cargo/env
42
42
- RUSTFLAGS=-Awarnings cargo test
43
43
44
44
- name : enigma_crypto
45
- image : enigmampc/enigma-core:0.0.8
45
+ image : enigmampc/enigma-core:0.0.9
46
46
depends_on : [clone]
47
47
commands :
48
48
- . /root/.cargo/env
51
51
- RUSTFLAGS=-Awarnings cargo build --no-default-features --features=sgx
52
52
53
53
- name : tools_m
54
- image : enigmampc/enigma-core:0.0.8
54
+ image : enigmampc/enigma-core:0.0.9
55
55
depends_on : [clone]
56
56
commands :
57
57
- . /root/.cargo/env
60
60
- RUSTFLAGS=-Awarnings cargo build --no-default-features --features=sgx
61
61
62
62
- name : enigma_types
63
- image : enigmampc/enigma-core:0.0.8
63
+ image : enigmampc/enigma-core:0.0.9
64
64
depends_on : [clone]
65
65
commands :
66
66
- . /root/.cargo/env
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ RUN apt-get update && \
13
13
&& rm -rf /var/lib/apt/lists/*
14
14
15
15
RUN /root/.cargo/bin/rustup target add wasm32-unknown-unknown && \
16
- /root/.cargo/bin/rustup component add rustfmt && \
17
16
/root/.cargo/bin/cargo install bindgen cargo-audit && \
18
17
rm -rf /root/.cargo/registry && rm -rf /root/.cargo/git
19
18
Original file line number Diff line number Diff line change 1
- nightly-2019-05-20
1
+ nightly-2019-05-22
You can’t perform that action at this time.
0 commit comments