[
https://issues.apache.org/jira/browse/KNOX-3167?focusedWorklogId=973983&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-973983
]
ASF GitHub Bot logged work on KNOX-3167:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jul/25 11:27
Start Date: 09/Jul/25 11:27
Worklog Time Spent: 10m
Work Description: smolnar82 commented on PR #1058:
URL: https://github.com/apache/knox/pull/1058#issuecomment-3052279893
I removed the package-lock.json files (they will be regenerated
automatically when building the project) and added an exclusion for them in the
`.gitignore` file.
Issue Time Tracking
-------------------
Worklog Id: (was: 973983)
Time Spent: 1h (was: 50m)
> UI builds won't work with ARM64
> -------------------------------
>
> Key: KNOX-3167
> URL: https://issues.apache.org/jira/browse/KNOX-3167
> Project: Apache Knox
> Issue Type: Bug
> Components: AdminUI, TokenGenerationUI, TokenManagementUI
> Affects Versions: 1.5.0, 1.6.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 2.0.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Trying to build Knox on a machine with ARM64 CPU ends up in the following
> failure:
> {code}
> INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 6.909 s
> [INFO] Finished at: 2025-07-09T08:42:01+02:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> com.github.eirslett:frontend-maven-plugin:1.15.1:npm (npm install) on project
> gateway-admin-ui: Failed to run task: 'npm install' failed.
> java.io.IOException: Cannot run program
> "/Users/smolnar/projects/knox/gateway-admin-ui/target/node/node" (in
> directory "/Users/smolnar/projects/knox/gateway-admin-ui"): error=86, Bad CPU
> type in executable -> [Help 1]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)