File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212 jdk : [8, 11]
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
16- - uses : actions/setup-python@v4
15+ - uses : actions/checkout@v4
16+ - uses : actions/setup-python@v5
1717 - name : Build
18- run : docker build -t bio-formats-build . --build-arg BUILD_IMAGE=openjdk:${{ matrix.jdk }}-slim-bullseye
18+ run : docker build -t bio-formats-build . --build-arg BUILD_IMAGE=openjdk:26-ea- ${{ matrix.jdk }}-jdk- slim-bookworm
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ COPY --chown=1000:1000 . /bio-formats-build
1515USER 1000
1616WORKDIR /bio-formats-build
1717RUN git submodule update --init
18+ RUN git submodule foreach -q --recursive 'branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; git switch $branch'
1819
1920RUN python3 -m venv /bio-formats-build/venv
2021ENV PATH="/bio-formats-build/venv/bin:$PATH"
@@ -24,7 +25,8 @@ RUN pip install -r ome-model/requirements.txt
2425RUN mvn clean install -DskipSphinxTests -Dmaven.javadoc.skip=true
2526
2627WORKDIR /bio-formats-build/bioformats
27- RUN ant jars tools -Djava.security.manager=allow
28+
29+ # RUN ant jars tools
2830
2931ENV TZ="Europe/London"
3032
You can’t perform that action at this time.
0 commit comments