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
I am doing a maven build with the following command: mvn clean install -Dcheckstyle.skip -Dlicense.skip -Dmaven.test.skip=true -Dos.arch=aarch_64 -Pbin-dist -T 1C -U
The build is failing as the plugin seems to be downloading the x86 binary:
[INFO] Downloading https://nodejs.org/dist/v16.15.0/node-v16.15.0-linux-x64.tar.gz to /root/.m2/repository/com/github/eirslett/node/16.15.0/node-16.15.0-linux-x64.tar.gz
[INFO] Running 'npm ci' in /home/pinot/pinot/pinot-controller/src/main/resources
[INFO] /home/pinot/pinot/pinot-controller/target/node/node: 1: �ELF: not found
[INFO] /home/pinot/pinot/pinot-controller/target/node/node: 2: Syntax error: word unexpected (expecting ")")
If the current behavior is a bug, please provide the steps to reproduce.
Checkout https://github.com/apache/pinot on an arm64 machine and run the command above.
What is the expected behavior?
It should download the correct node executable for arm64.
Please mention your frontend-maven-plugin and operating system version.
OS: linux-aarch65
Plugin version: 1.15.0
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
bug
What is the current behavior?
I have a dependency on
frontend-maven-plugin
in my application which is defined as:I am doing a maven build with the following command:
mvn clean install -Dcheckstyle.skip -Dlicense.skip -Dmaven.test.skip=true -Dos.arch=aarch_64 -Pbin-dist -T 1C -U
The build is failing as the plugin seems to be downloading the x86 binary:
If the current behavior is a bug, please provide the steps to reproduce.
Checkout
https://github.com/apache/pinot
on an arm64 machine and run the command above.What is the expected behavior?
It should download the correct node executable for arm64.
Please mention your frontend-maven-plugin and operating system version.
OS:
linux-aarch65
Plugin version:
1.15.0
The text was updated successfully, but these errors were encountered: