bcad46715e0fc270d1893bee388b96f69c15c1be
The runner lacks git even though it has Docker access. The maven:3.9.6-eclipse-temurin-21 image is Ubuntu-based without git installed, which broke actions/checkout. - Remove build-jvm entirely (it was failing too, and the JMV artifact is not needed for the native pipeline) - Add 'Install git and basic tools' step inside build-native (apt-get update + apt-get install -y git ca-certificates) - docker-native job unchanged: still depends on build-native, builds the image with the pre-built native binary
Description
No description provided
Languages
HTML
41.3%
TypeScript
26.5%
Java
20.4%
CSS
5.8%
JavaScript
5.6%
Other
0.4%