smiklosovic commented on code in PR #2505:
URL: https://github.com/apache/cassandra/pull/2505#discussion_r1271407063
##########
.build/build-resolver.xml:
##########
@@ -212,6 +212,26 @@
</retry>
<mkdir dir="${local.repository}/org/apache/cassandra/deps/sigar-bin"/>
<mkdir dir="${build.lib}/sigar-bin"/>
+ <mkdir dir="${build.lib}/x86_64"/>
+ <mkdir dir="${build.lib}/aarch_64"/>
Review Comment:
This should be changed to `aarch64` because that is the output of `uname -m`
we try to match. I have a commit for that but it is not pushed yet because
pushing would cancel the build in Circle I am running right now. Will do later.
--
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]