Skip to content

Commit 24e515d

Browse files
committed
We need clang after all
1 parent 14badd5 commit 24e515d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -euo pipefail
55
source config.sh
66

77
# Fail fast if these tools aren't properly installed and in the path
8-
# need_cmd clang
9-
# need_cmd clang++
8+
need_cmd clang
9+
need_cmd clang++
1010

1111
# Rust requires a custom target file to exist for our custom target as part of the bootstrap build,
1212
# but it doesn't actually look at the contents.

patches/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ extended = true
66
tools = ["cargo", "cargo-clippy", "clippy", "rustfmt"]
77
configure-args = []
88

9-
# [target.riscv32em-athena-zkvm-elf]
10-
# cc = "clang"
11-
# cxx = "clang++"
9+
[target.riscv32em-athena-zkvm-elf]
10+
cc = "clang"
11+
cxx = "clang++"
1212

1313
[rust]
1414
lld = true

0 commit comments

Comments
 (0)