Skip to content

Commit

Permalink
build david's s3 Zarr branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 15, 2024
1 parent 8398c91 commit afb3825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
build_bf: [false]
build_zarr: [false]
build_zarr: [true]
build_snapshot: [false]
name: Build OMERO from source
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
id: zarr_reader
if: matrix.build_zarr
run: |
git clone https://github.com/ome/ZarrReader /tmp/ZarrReader --depth 1
git clone -b s3-filesystem https://github.com/dgault/ZarrReader /tmp/ZarrReader --depth 1
cd /tmp/ZarrReader
mvn install -DskipTests -q
echo "zarr_reader_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit afb3825

Please sign in to comment.