pentaho-kettle icon indicating copy to clipboard operation
pentaho-kettle copied to clipboard

Add LoongArch support for shell scripts

Open haowuge opened this issue 1 year ago • 4 comments

LoongArch is a new RISC ISA, which is a bit like MIPS or RISC-V. This patch support 64-bit version of LoongArch.

Due to the fact that the eclipse automatic build service currently does not have the Loongarch architecture, there are no pre compiled binary packages available. However, I use the manually compiled swt.jar, PDI can run normally.

org.eclipse.swt.gtk.linux.loongarch64 already exists upstream: https://github.com/eclipse-platform/eclipse.platform.swt.binaries/tree/master/bundles/org.eclipse.swt.gtk.linux.loongarch64 pdi

haowuge avatar Nov 23 '23 15:11 haowuge

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

:white_check_mark: Build finished in 1h 11m 54s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5331, Failures: 0, Skipped: 14    Test Results


:information_source: This is an automatic message

buildguy avatar Nov 23 '23 16:11 buildguy

:x: Build failed in 6m

Build command:

mvn clean verify -B -e -Daudit -amd -Djs.no.sandbox

:ok_hand: All tests passed!

Tests run: 1235, Failures: 0, Skipped: 1    Test Results


:information_source: This is an automatic message

buildguy avatar Mar 04 '24 10:03 buildguy

Hello administrator, do I need to do anything else?

haowuge avatar Mar 18 '24 09:03 haowuge