Skip to content

Commit 0f23e43

Browse files
committed
Remove target from build
Add it back to config
1 parent 63487f3 commit 0f23e43

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ source config.sh
66

77
# Will create component archives (dists) ./rust/build/dist
88
cd rust
9-
CARGO_TARGET_RISCV32EM_ATHENA_ZKVM_ELF_RUSTFLAGS="-Cpasses=loweratomic" ./x build --target $TOOLCHAIN_HOST_TRIPLET,riscv32em-athena-zkvm-elf
10-
CARGO_TARGET_RISCV32EM_ATHENA_ZKVM_ELF_RUSTFLAGS="-Cpasses=loweratomic" ./x build --stage 2 --target $TOOLCHAIN_HOST_TRIPLET,riscv32em-athena-zkvm-elf
9+
CARGO_TARGET_RISCV32EM_ATHENA_ZKVM_ELF_RUSTFLAGS="-Cpasses=loweratomic" ./x build
10+
CARGO_TARGET_RISCV32EM_ATHENA_ZKVM_ELF_RUSTFLAGS="-Cpasses=loweratomic" ./x build --stage 2

patches/config.ci.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
change-id = 121754
22

33
[build]
4+
target = ["riscv32em-athena-zkvm-elf"]
45
extended = true
56
tools = ["cargo", "cargo-clippy", "clippy", "rustfmt"]
67
configure-args = []

patches/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
change-id = 121754
22

33
[build]
4+
target = ["riscv32em-athena-zkvm-elf"]
45
extended = true
56
tools = ["cargo", "cargo-clippy", "clippy", "rustfmt"]
67
configure-args = []

0 commit comments

Comments
 (0)