paleolimbot opened a new issue, #529: URL: https://github.com/apache/arrow-adbc/issues/529
The command was `USE_CONDA=1 dev/release/verify-release-candidate.sh 0.3.0 1` and the final error was: ``` + apt install -y -V --no-install-recommends libadbc-driver-flightsql-dev=0.3.0-1 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package libadbc-driver-flightsql-dev Failed to verify the APT repository for debian:bullseye Failed to verify release candidate. See /var/folders/p5/sxv05ml96sd1n2p3ssfhzzth0000gn/T/arrow-adbc-0.3.0.XXXXX.eK9dGiJs for details. ``` The full log is here: https://gist.github.com/paleolimbot/7a0cb9c4146d38aec5e7c24448c0379d I am on MacOS Ventura (M1) and exported `DOCKER_DEFAULT_PLATFORM` before running verification: ``` dewey@Deweys-Mac-mini arrow-adbc % echo $DOCKER_DEFAULT_PLATFORM linux/amd64 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
