mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-12 14:48:13 +00:00
rust-agent: Set BUILDTYPE to debug.
Since build with --release produces corrupted binary in ci, we removed --release. However, the make install target cannot find the binary, set BUILDTYPE to debug Fixes: #67 Signed-off-by: Yang Bo <bo@hyper.sh>
This commit is contained in:
parent
a19f07b017
commit
9df1d0e002
@ -23,7 +23,7 @@ COMMIT_MSG = $(if $(COMMIT),$(COMMIT),unknown)
|
||||
# Exported to allow cargo to see it
|
||||
export VERSION_COMMIT := $(if $(COMMIT),$(VERSION)-$(COMMIT),$(VERSION))
|
||||
|
||||
BUILD_TYPE = release
|
||||
BUILD_TYPE = debug
|
||||
|
||||
ARCH = $(shell uname -m)
|
||||
LIBC = musl
|
||||
|
Loading…
Reference in New Issue
Block a user