Rust Tests
Note: The Rust tests are being replaced with test cases implemented in Robot.
Cross Compiling to X86_64 on Ubuntu 20.04
There is currently a step to cross-compile tests to X86_64. In order to successfully run the step, you need to make sure that the following artifacts are available on the runner:
- rustc + cargo:
curl https://sh.rustup.rs -sSf | sh
- docker: follow https://docs.docker.com/engine/install/ubuntu/ and afterwards https://docs.docker.com/engine/install/linux-postinstall/
- build-essential:
sudo apt-get install build-essential
- cross (0.1.16):
cargo install cross --version 0.1.16
- jq:
sudo apt-get install jq -y
You may restart your current shell so that all components are available as env vars.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.