smiklosovic commented on code in PR #2505:
URL: https://github.com/apache/cassandra/pull/2505#discussion_r1271277188


##########
.build/build-resolver.xml:
##########
@@ -290,13 +290,12 @@
             <url 
url="${lib.download.base.url}/lib/sigar-bin/libsigar-x86-solaris.so"/>
         </get>
 
-        <!-- Amazon Corretto Crypto Providers for various architectures -->
-        <resolve>
-            <dependencies>
-                <dependency groupId="software.amazon.cryptools" 
artifactId="AmazonCorrettoCryptoProvider" version="2.2.0" 
classifier="linux-x86_64" />
-                <dependency groupId="software.amazon.cryptools" 
artifactId="AmazonCorrettoCryptoProvider" version="2.2.0" 
classifier="linux-aarch_64" />
-            </dependencies>
-        </resolve>
+        <get 
src="${artifact.github.release}/corretto/amazon-corretto-crypto-provider/releases/download/2.2.0/AmazonCorrettoCryptoProvider-2.2.0-linux-x86_64.jar"
+             
dest="${local.repository}/software/amazon/cryptools/AmazonCorrettoCryptoProvider/2.2.0/AmazonCorrettoCryptoProvider-2.2.0-linux-x86_64.jar"
+             usetimestamp="true" quiet="true" skipexisting="true"/>
+        <get 
src="${artifact.github.release}/corretto/amazon-corretto-crypto-provider/releases/download/2.2.0/AmazonCorrettoCryptoProvider-2.2.0-linux-aarch_64.jar"
+             
dest="${local.repository}/software/amazon/cryptools/AmazonCorrettoCryptoProvider/2.2.0/AmazonCorrettoCryptoProvider-2.2.0-linux-aarch_64.jar"
+             usetimestamp="true" quiet="true" skipexisting="true"/>

Review Comment:
   @michaelsembwever 
   
   I am getting this
   
   _resolver-dist-lib_get_files:
       [retry] Attempt [0]: error occurred; retrying...
       [retry] Attempt [1]: error occurred; retrying...
       [retry] Attempt [2]: error occurred; retrying...
       [retry] Attempt [0]: error occurred; retrying after 10 ms...
   
   _resolver-dist-lib_get_files:
       [retry] Attempt [0]: error occurred; retrying...
       [retry] Attempt [1]: error occurred; retrying...
       [retry] Attempt [2]: error occurred; retrying...
       [retry] Attempt [1]: error occurred; retrying after 10 ms...
   
   _resolver-dist-lib_get_files:
       [retry] Attempt [0]: error occurred; retrying...
       [retry] Attempt [1]: error occurred; retrying...
       [retry] Attempt [2]: error occurred; retrying...
       [retry] Attempt [2]: error occurred; retrying after 10 ms...
   
   _resolver-dist-lib_get_files:
       [retry] Attempt [0]: error occurred; retrying...
       [retry] Attempt [1]: error occurred; retrying...
       [retry] Attempt [2]: error occurred; retrying...
   
   ....
   
   
/home/fermat/dev/cassandra/cassandra-instaclustr/cassandra/.build/build-resolver.xml:76:
 Task [resolver:resolve] failed after [3] attempts; giving up.
   Error messages:
   Reference all not found.
   Reference all not found.
   Reference all not found.
   Reference all not found.
   



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to