File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 99toml=$2
1010image=$3
1111
12+ rustup toolchain install
1213cargo xtask dist $toml
1314cp target/$name /dist/$image /build-$name -image-$image .zip /work/
1415touch /work/this_is_not_signed.txt
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ trap _cleanup SIGINT SIGTERM EXIT
2525source .github/buildomat/force-git-over-https.sh
2626source .github/buildomat/permslip-setup.sh
2727
28+ rustup toolchain install
2829
2930cargo xtask dist app/oxide-rot-1/app-dev.toml
3031$PERMSLIP_DIR /target/release/permslip --url=http://localhost:41340 \
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ BART_KEY=$(pwd)/support/fake_certs/fake_private_key.pem
2626mkdir -p $PERMSLIP_DIR
2727git clone https://github.com/oxidecomputer/permission-slip.git -b ssh_key_fix $PERMSLIP_DIR
2828pushd $PERMSLIP_DIR
29+ rustup toolchain install
2930cargo build --release
3031export POSTGRES_HOST=localhost
3132export POSTGRES_PORT=5432
Original file line number Diff line number Diff line change 4040 # install rust toolchain
4141 - name : Install Rust toolchain
4242 run : |
43+ rustup show active-toolchain || rustup toolchain install
4344 rustup show
4445 rustup component add clippy
4546
You can’t perform that action at this time.
0 commit comments