Commit 90f014e 1 parent 2079f45 commit 90f014e Copy full SHA for 90f014e
File tree 5 files changed +2
-34
lines changed
5 files changed +2
-34
lines changed Original file line number Diff line number Diff line change 17
17
# - orderer - builds a native fabric orderer binary
18
18
# - release - builds release packages for the host platform
19
19
# - release-all - builds release packages for all target platforms
20
- # - softhsm2_initialization - generates softhsm2 tokens used in pkcs11 test
21
20
# - unit-test - runs the go-test based unit tests
22
21
# - verify - runs unit tests for only the changed package tree
23
22
# - profile - runs unit tests for all packages in coverprofile mode (slow)
@@ -184,10 +183,7 @@ ccenv: $(BUILD_DIR)/image/ccenv/$(DUMMY)
184
183
integration-test : gotool.ginkgo ccenv docker-thirdparty
185
184
./scripts/run-integration-tests.sh
186
185
187
- softhsm2_initialization :
188
- ./scripts/config_softhsm2.sh
189
-
190
- unit-test : unit-test-clean peer-docker softhsm2_initialization docker-thirdparty ccenv
186
+ unit-test : unit-test-clean peer-docker docker-thirdparty ccenv
191
187
unit-test/run.sh
192
188
193
189
unit-tests : unit-test
Original file line number Diff line number Diff line change 36
36
iptables -I INPUT 1 -j ACCEPT
37
37
sysctl vm.overcommit_memory=1
38
38
39
- # #################
40
- # Install softhsm2
41
- yum install softhsm -y
42
-
43
39
# #################
44
40
# Install Docker
45
41
cd /tmp
Original file line number Diff line number Diff line change 39
39
# Install pre-requisite OS packages #
40
40
# ####################################
41
41
apt-get update
42
- apt-get -y install software-properties-common curl git sudo wget " build-essential" zlib1g-dev libbz2-dev softhsm2
42
+ apt-get -y install software-properties-common curl git sudo wget " build-essential" zlib1g-dev libbz2-dev
43
43
44
44
# ####################################
45
45
# Install and setup Docker services #
Original file line number Diff line number Diff line change @@ -55,14 +55,6 @@ Prerequisites
55
55
- Note: The BIOS Enabled Virtualization may be within the CPU or
56
56
Security settings of the BIOS
57
57
58
- - (macOS) `Install softhsm on Mac OSX <http://macappstore.org/softhsm/ >`__.You can
59
- use Homebrew to install it as follows:
60
-
61
- ::
62
-
63
- brew install softhsm
64
-
65
-
66
58
``pip ``
67
59
~~~~~~
68
60
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments