You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -it ortools/manylinux_delivery_amd64:devel
export ORTOOLS_TOKEN=...
cd or-tools
./tools/release/build_delivery_linux.sh java
....
gpg: invalid option "--pinentry-mode"
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.631s
[INFO] Finished at: Sun May 05 23:34:10 PDT 2024
[INFO] Final Memory: 21M/775M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-artifacts) on project ortools-linux-x86-64: Exit code: 2 -> [Help 1]
and we can see
gpg --version
gpg (GnuPG) 2.0.22
libgcrypt 1.5.3
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
it seems -pinentry-mode (used by maven sign plugin) was introduced in GnuPG 2.1.0
note: manylinux arm64 use GnuPG 2.2.20
The text was updated successfully, but these errors were encountered:
Currently the release of manylinux amd64 java failed
DevNote:
trying to run manually
and we can see
it seems
-pinentry-mode
(used by maven sign plugin) was introduced in GnuPG2.1.0
note: manylinux arm64 use GnuPG
2.2.20
The text was updated successfully, but these errors were encountered: