You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/09/03 13:39:00 UTC

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

    [ https://issues.apache.org/jira/browse/AVRO-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409507#comment-17409507 ] 

ASF subversion and git services commented on AVRO-3195:
-------------------------------------------------------

Commit 5a2a26bc68ae4642d3ac4839b606a6a479ac8c04 in avro's branch refs/heads/master from RyanSkraba
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=5a2a26b ]

AVRO-3195: Include rust in the docker build image (#1321)

* AVRO-3195: Include rust in the docker build image

* AVRO-3195: Use minimum required rust in docker

> [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
>            Assignee: Ryan Skraba
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)