We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc39f6 commit 60358cdCopy full SHA for 60358cd
build-farm/platform-specific-configurations/linux.sh
@@ -151,7 +151,6 @@ function downloadBootJDK()
151
apiSigURL=$(curl -v "${apiURL}" 2>&1 | tr -d \\r | awk '/^< Location:/{print $3 ".sig"}')
152
if ! grep "No releases match the request" bootjdk.tar.gz; then
153
curl -L -o bootjdk.tar.gz.sig "${apiSigURL}"
154
- curl
155
gpg --keyserver keyserver.ubuntu.com --recv-keys 3B04D753C9050D9A5D343F39843C48A565F8F04B
156
echo -e "5\ny\n" | gpg --batch --command-fd 0 --expert --edit-key 3B04D753C9050D9A5D343F39843C48A565F8F04B trust;
157
gpg --verify bootjdk.tar.gz.sig bootjdk.tar.gz || exit 1
0 commit comments