Closed jburel closed 2 years ago
Since we are using only one ice version, that could be removed.
Back to green https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-server/1242/ with this PR included
OMERO.script integration tests (Python + Java) have been failing for the last two days - see https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/1137/. This is possibly related to these changes
https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/1144/ is green with this PR included
In general, :+1: for getting rid of the unnecessary slice2java
dependency for building.
The biggest change looking at the nightly artifacts is the removal of the -ice36
suffix from omero.version
and hence the OMERO.server artifact name.
This raises essentially the same question as in https://github.com/ome/openmicroscopy/pull/6318#issuecomment-1113366461. Do we have an authoritative list of all the downstream locations that would be impacted by the change and will need to be reviewed? And do you have a feeling of the cost/time of updating these post server release?
Briefly:
-ice36
might have.@joshmoore I think we can also drop slice2py
to build
I have run ./build.py clean && ./build.py
in a conda environment without slice2py and it works fine.
The question is: do we want to have env to build only and env to run only?
The last 2 commits remove:
the build remains green
Remove slice2java. Check that the build is green