Skip to content

Commit

Permalink
Disable build for container helper and fix in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Sep 11, 2024
1 parent 8098876 commit 01e8d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -532,11 +532,11 @@ uninstall_container_helper_moved:
else
install_container_helper:
@echo "===> No INSTALL of the container helper likwid-bridge"
move_appdaemon:
move_container_helper:
@echo "===> No MOVE of the container helper likwid-bridge"
uninstall_appdaemon:
uninstall_container_helper:
@echo "===> No UNINSTALL of the container helper likwid-bridge"
uninstall_appdaemon_moved:
uninstall_container_helper_moved:
@echo "===> No UNINSTALL of the container helper likwid-bridge"
endif

Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ROCM_INTERFACE = false#NO SPACE
BUILD_SYSFEATURES = false#NO SPACE

# Build container helper
CONTAINER_HELPER = true#NO SPACE
CONTAINER_HELPER = false#NO SPACE

#################################################################
#################################################################
Expand Down

0 comments on commit 01e8d97

Please sign in to comment.