You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2021/09/03 08:55:00 UTC

[jira] [Created] (AVRO-3195) [Build] Rust / cargo isn't available in ubertool

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)