mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
hypha: add script for quick debugging and set log levels ot warn by default
This commit is contained in:
@ -4,7 +4,7 @@ set -e
|
||||
export RUSTFLAGS="-Ctarget-feature=+crt-static"
|
||||
cd "$(dirname "${0}")/.."
|
||||
HYPHA_DIR="${PWD}"
|
||||
cargo build --release --target x86_64-unknown-linux-gnu
|
||||
cargo build --bin hyphactr --release --target x86_64-unknown-linux-gnu
|
||||
INITRD_DIR="$(mktemp -d /tmp/hypha-initrd.XXXXXXXXXXXXX)"
|
||||
cp target/x86_64-unknown-linux-gnu/release/hyphactr "${INITRD_DIR}/init"
|
||||
chmod +x "${INITRD_DIR}/init"
|
||||
|
Reference in New Issue
Block a user