You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2023/04/19 07:24:00 UTC

[jira] [Assigned] (AVRO-3736) [Build][Ruby] The release build fails "bundle not found"

     [ https://issues.apache.org/jira/browse/AVRO-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Skraba reassigned AVRO-3736:
---------------------------------

    Assignee: Ryan Skraba

> [Build][Ruby] The release build fails "bundle not found"
> --------------------------------------------------------
>
>                 Key: AVRO-3736
>                 URL: https://issues.apache.org/jira/browse/AVRO-3736
>             Project: Apache Avro
>          Issue Type: Bug
>            Reporter: Ryan Skraba
>            Assignee: Ryan Skraba
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> After some reorganisation in the Dockerfile and build scripts from AVRO-2666 and [this commit|https://github.com/apache/avro/commit/cf7bfe7710febdc84e70fcc8ad21d859dbf1be1f], it looks like the ubertool docker can no longer be used to build the Ruby Avro SDK:
> {code}
> # In the main or branch-1.11 directory
> ./build.sh docker
> # Inside the container
> ./build.sh clean
> ....
> + cd lang/ruby
> + ./build.sh clean
> ./build.sh: line 27: bundle: command not found
> {code}
> This is a bit subtle, because if the `lang/ruby/.gem/` directory exists from a previous build, it might still work.  A clean build will fail.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)