File tree 1 file changed +8
-0
lines changed 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,8 @@ nitro-cli-native:
163
163
--target=x86_64-unknown-linux-musl \
164
164
--target-dir=/nitro_build/command-executer && \
165
165
chmod -R 777 nitro_build '
166
+ ln -sf ../x86_64-unknown-linux-musl/release/command-executer \
167
+ ${OBJ_PATH} /command-executer/release/command-executer
166
168
touch $@
167
169
168
170
command-executer : build-setup build-container .build-command-executer
@@ -258,6 +260,12 @@ vsock-proxy-native:
258
260
--manifest-path=${BASE_PATH} /vsock_proxy/Cargo.toml \
259
261
--target-dir=${OBJ_PATH} /vsock_proxy
260
262
263
+ .PHONY : install-command-executer
264
+ install-command-executer :
265
+ $(MKDIR ) -p ${NITRO_CLI_INSTALL_DIR} /${SBIN_DIR}
266
+ $(INSTALL ) -D -m 0755 $(OBJ_PATH ) /command-executer/release/command-executer ${NITRO_CLI_INSTALL_DIR} /${SBIN_DIR} /command-executer
267
+
268
+
261
269
# Target for installing only the binaries available to the end-user
262
270
.PHONY : install-tools
263
271
install-tools :
You can’t perform that action at this time.
0 commit comments