File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ publish = false
66
77[dependencies ]
88compiler_builtins = { path = " ../compiler-builtins" , features = [" compiler-builtins" ]}
9- panic-handler = { path = ' ../crates/panic-handler' }
9+ panic-handler = { path = " ../crates/panic-handler" }
1010
1111[features ]
1212c = [" compiler_builtins/c" ]
13+
14+ [profile .release ]
15+ panic = " abort"
16+
17+ [profile .dev ]
18+ panic = " abort"
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ rm -f "${rlib_paths[@]}"
124124build_intrinsics_test () {
125125 cargo build \
126126 --target " $target " --verbose \
127+ --lockfile-path " ${CARGO_TARGET_DIR:- target} /Cargo.test-intrinsics.lock" \
127128 --manifest-path builtins-test-intrinsics/Cargo.toml " $@ "
128129}
129130
You can’t perform that action at this time.
0 commit comments