File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ jobs:
232232 sudo apt-get update
233233 sudo apt-get install -y git pkg-config libssl-dev build-essential python3-dev uuid-runtime genisoimage python3 ipmitool build-essential libgcrypt20 libgpg-error-dev libgpg-error0 libopenipmi0 ipmitool libpython3-dev libssl-dev libffi-dev python3-openssl python3-dev python3-setuptools libxml2-dev libxslt1-dev gcc python3-cffi libffi-dev
234234 curl -sSf https://sh.rustup.rs | sh -s -- -y && . "$HOME/.cargo/env" && export PATH="$HOME/.cargo/bin:$PATH"
235+ rustc --verison
235236
236237 - name : Setup IPMI Tool for CloudStack
237238 run : |
@@ -253,6 +254,7 @@ jobs:
253254
254255 - name : Install Python dependencies
255256 run : |
257+ rustc --version
256258 python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycryptodome mock flask netaddr pylint pycodestyle six astroid pynose
257259
258260 - name : Install jacoco dependencies
You can’t perform that action at this time.
0 commit comments