scylladb / scylla-tools-java

Apache Cassandra, supplying tools for Scylla
Apache License 2.0
53 stars 85 forks source link

build: don't add nonexistent directory 'lib' to relocatable packages #395

Closed avikivity closed 5 months ago

avikivity commented 5 months ago

The call to reloc_add('lib') fails with Python 12 as there is no such directory. Somehow it worked in older versions.

We later add a file to that directory, but tar files support having a file in a directory not named earlier.

Fix by removing the call.

avikivity commented 5 months ago

@denesb please review

denesb commented 5 months ago

Submodule update: scylladb/scylladb@56ec839f41d137a39fe0a54ca760200674697c83.