Skip to content

Move espresso NI build to a separate CI job #12902

Open
@Akirathan

Description

@Akirathan

Engine Checks GH action currently builds 3 native images:

engine-runner NI with espresso is build via env ENSO_JAVA=espresso sbt engine-runner/buildNativeImage (for example in https://github.com/enso-org/enso/actions/runs/14469147478/job/40578473562#step:10:4991) and there are no sanity checks for it, only NI is build.
This step is defined in

.arg("engine-runner/buildNativeImage")
and the sanity checks should be run, but are not.

Optimally, move the build of engine-runner with espresso and its sanity checks to a separate CI job.

Tasks

  • Ensure sanity checks run for engine-runner with espresso
  • Move NI build of engine-runner with espresso to a different job

Metadata

Metadata

Assignees

Type

No type

Projects

Status

❓New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions