diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-08-10 20:56:50 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-08-10 20:56:50 +0000 |
| commit | 76fa7272e6f8fe623b5c129c2c8ba2696bb94207 (patch) | |
| tree | 92325ad144d6fc5aba8cf936b3ee2ae058700224 /run.sh | |
| parent | 935277844dbcb0aaca2223d7a1beb54172a76dbc (diff) | |
| parent | 1788269fb9b275cfff12ff476c1a41399caedbd8 (diff) | |
Merge branch 'unpack-rust' into 'master'v3.21.1
Unpack Rust deb package before asdf install
See merge request gitlab-org/security-products/license-management!205
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ function prepare_python() { } function prepare_tools() { + dpkg -i /opt/toolcache/rust*.deb + if ! asdf current 2> >(grep -q 'is not installed'); then echo "Installing missing tools…" asdf install |
