Ryan Skraba created AVRO-3736:
---------------------------------
Summary: [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
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)