Skip to content

Commit d9f54be

Browse files
committed
fix ci
1 parent 87a5dae commit d9f54be

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

ci/run.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,8 @@ done
120120

121121
rm -f "${rlib_paths[@]}"
122122

123-
<<<<<<< HEAD
124123
build_intrinsics_test() {
125124
cargo build --target "$target" -v --package builtins-test-intrinsics "$@"
126-
||||||| parent of c85df06 (move)
127-
build_intrinsics() {
128-
cargo build --target "$target" -v --example intrinsics "$@"
129-
=======
130-
build_intrinsics() {
131-
cargo build --target "$target" -v --package builtins-test-intrinsics "$@"
132-
>>>>>>> c85df06 (move)
133125
}
134126

135127
# Verify that we haven't dropped any intrinsics/symbols

crates/panic-handler/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["Alex Crichton <[email protected]>"]
55
edition = "2024"
66
publish = false
77

8-
98
[lib]
109
test = false
1110
bench = false

0 commit comments

Comments
 (0)