Open
Description
On ppc64le or aarch64:
...
!! 31 - jvm/natives.scala
...
Other tests are ok.
reproduction steps
// ensure jdk8 is your jdk, with jdk11 the tesr may pass
wget https://piccolo.link/sbt-1.3.4.tgz
wget https://github.com/scala/scala/archive/v2.12.12.tar.gz
tar -xf sbt-1.3.4.tgz
tar -xf v2.12.12.tar.gz
pushd scala-2.12.12
bash ../sbt/bin/sbt partest
popd
problem
When partest is run by jdk8 on non intels, it download intel binaries.
I run scala on ppc64le and aarch64.
I'm not sure why the issue is not observable when run by jdk11, nor was lookng on what sbt is doing here.
Thanx for any hint!