Ryan Skraba created AVRO-3195:
---------------------------------
Summary: [Build] Rust / cargo isn't available in ubertool
Key: AVRO-3195
URL: https://issues.apache.org/jira/browse/AVRO-3195
Project: Apache Avro
Issue Type: New Feature
Reporter: Ryan Skraba
Our release process and instructions are still using the ubertool docker with
every language SDK tool installed, but it doesn't include Rust yet. While we
should probably look into a lighter method (like github actions does), this
needs to be fixed for the next release.
{code:java}
Cleaning
+ cd lang/php
+ ./build.sh clean
+ cd lang/perl
+ ./build.sh clean
+ cd lang/rust
+ ./build.sh clean
./build.sh: line 26: cargo: command not found {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)