File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ CARGO = cargo
5
5
all : test build
6
6
7
7
build :
8
- # We use 'portable' feature to avoid SIGILL crashes
9
- ${CARGO} build --release --features portable,bundle_openssl
8
+ ${CARGO} build --release --features bundle_openssl
10
9
cp ../target/release/mithril-aggregator .
11
10
12
11
run : build
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ CARGO = cargo
10
10
all : test build
11
11
12
12
build :
13
- # We use 'portable' feature to avoid SIGILL crashes
14
- ${CARGO} build --release --features portable,bundle_openssl
13
+ ${CARGO} build --release --features bundle_openssl
15
14
cp ../target/release/mithril-client .
16
15
17
16
run : build
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ CARGO = cargo
10
10
all : test build
11
11
12
12
build :
13
- # We use 'portable' feature to avoid SIGILL crashes
14
- ${CARGO} build --release --features portable,full
13
+ ${CARGO} build --release --features full
15
14
16
15
test :
17
16
${CARGO} test --features full
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ FEATURES := $(shell ${CARGO} metadata --quiet --no-deps \
10
10
all : test build
11
11
12
12
build :
13
- # We use 'portable' feature to avoid SIGILL crashes
14
- ${CARGO} build --release --features portable,full
13
+ ${CARGO} build --release --features full
15
14
16
15
test :
17
16
${CARGO} test --features full
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ CARGO = cargo
5
5
all : test build
6
6
7
7
build :
8
- # We use 'portable' feature to avoid SIGILL crashes
9
- ${CARGO} build --release --features portable,bundle_openssl
8
+ ${CARGO} build --release --features bundle_openssl
10
9
cp ../target/release/mithril-signer .
11
10
12
11
run : build
You can’t perform that action at this time.
0 commit comments