Skip to content

Commit

Permalink
set path to rust-lld
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Dec 21, 2019
1 parent 31929f8 commit 0c49d60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
- script: |
curl -sSf -o rustup-init.exe https://win.rustup.rs
rustup-init.exe -y --default-toolchain nightly
echo ##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin
set PATH=%PATH%;%USERPROFILE%\.cargo\bin
choco install qemu make --limit-output --no-progress
echo ##vso[task.setvariable variable=PATH;]%PATH%;C:\Program Files\qemu
set PATH=%PATH%;C:\Program Files\qemu
rustup component add rust-src
rustup component add llvm-tools-preview
echo ##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\bin
set PATH=%PATH%;%USERPROFILE%\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\bin
cargo install --git https://github.com/RWTH-OS/ehyve.git
make build
displayName: 'Test eduOS-rs on Windows'
Expand Down

0 comments on commit 0c49d60

Please sign in to comment.