Skip to content

Commit b4efb3b

Browse files
committed
test: update example manifest to prevent crash
Frequently crashing due to out of memory, albiet strange, thats bad.
1 parent 340d52e commit b4efb3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This script exists solely for build_manifest.yml,
44
# and does not need to be invoked otherwise.
55

6-
cargo build --release
6+
cargo build

build_manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
license: "MIT or APACHE-2.0"
99
homepage_url: "https://github.com/TimelessOS/Flint"
1010

11-
directory: target/release/flint
11+
directory: target/debug/flint
1212
build_script: build.sh
1313
commands: ["flint"]
1414

0 commit comments

Comments
 (0)