[ https://issues.apache.org/jira/browse/AVRO-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated AVRO-3736: --------------------------------- Labels: pull-request-available (was: ) > [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 > Priority: Major > Labels: pull-request-available > Time Spent: 10m > 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)