File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,15 @@ ifeq (,$(wildcard bin/tools/byteman))
90
90
mv ${BYTEMAN_DIR} ./bin/tools/byteman
91
91
endif
92
92
ifeq (,$(wildcard bin/tools/memStress) )
93
- curl -fsSL -o memStress_v0.3-x86_64 -linux-gnu.tar.gz https://github.com/chaos-mesh/memStress/releases/download/v0.3/memStress_v0.3-${ARCH}-linux-gnu.tar.gz
94
- tar zxvf memStress_v0.3-x86_64 -linux-gnu.tar.gz
93
+ curl -fsSL -o memStress_v0.3-${ARCH} -linux-gnu.tar.gz https://github.com/chaos-mesh/memStress/releases/download/v0.3/memStress_v0.3-${ARCH}-linux-gnu.tar.gz
94
+ tar zxvf memStress_v0.3-${ARCH} -linux-gnu.tar.gz
95
95
mv memStress ./bin/tools/memStress
96
96
endif
97
+ ifeq (,$(wildcard bin/tools/tproxy) )
98
+ curl -fsSL -o tproxy-${ARCH}.tar.gz https://github.com/chaos-mesh/chaos-tproxy/releases/download/v0.5.4/tproxy-${ARCH}.tar.gz
99
+ tar zxvf tproxy-${ARCH}.tar.gz
100
+ mv tproxy ./bin/tools/tproxy
101
+ endif
97
102
98
103
swagger_spec :
99
104
ifeq ($(SWAGGER ) ,1)
You can’t perform that action at this time.
0 commit comments