We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0896762 commit 1af57abCopy full SHA for 1af57ab
l2/_simulator/mkosi.build
@@ -13,6 +13,13 @@ TDX_QUOTE_PROVIDER_REF=$(mkosi-chroot yq -r '.tdx_quote_provider.git_reference'
13
source scripts/make_git_package.sh
14
source scripts/build_rust_package.sh
15
16
+export CARGO_HOME="/cargo"
17
+export RUSTUP_HOME="/rustup"
18
+export PATH="$CARGO_HOME/bin:$PATH"
19
+RUST_VERSION=$(mkosi-chroot yq -r '.rust.version' < "$ENV_YAML")
20
+mkosi-chroot rustup toolchain install $RUST_VERSION
21
+mkosi-chroot rustup default $RUST_VERSION
22
+
23
# build simulator
24
25
build_rust_package \
l2/_simulator/mkosi.extra/etc/flashbots/simulator.yaml
@@ -6,3 +6,5 @@ simulator:
6
git_reference: v0.0.1-dev.1
7
rproxy:
8
git_reference: v0.0.10-dev.7
9
+rust:
10
+ version: 1.91.1
0 commit comments