Skip to content

Commit c4a11b6

Browse files
committed
fix: use crates.io moxcms instead of local path fork
Removes [patch.crates-io] path override and CI clone of ../moxcms. imageflow_core already pins version = "0.8.1" directly from crates.io.
1 parent 7535d8f commit c4a11b6

File tree

3 files changed

+40
-86
lines changed

3 files changed

+40
-86
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ jobs:
158158
git clone --depth 1 https://github.com/imazen/zenresize.git ../zen/zenresize
159159
git clone --depth 1 https://github.com/imazen/zenfilters.git ../zen/zenfilters
160160
git clone --depth 1 https://github.com/imazen/linear-srgb.git ../zen/linear-srgb
161-
git clone --depth 1 https://github.com/lilith/moxcms.git ../moxcms
162161
163162
- name: Parse version
164163
uses: ./.github/actions/parse-version
@@ -297,7 +296,7 @@ jobs:
297296
cargo nextest run --target ${{ matrix.target }} ${{ env.CROSS_ARGS }} --profile ci
298297
fi
299298
env:
300-
CROSS_CONTAINER_OPTS: "--volume ${{ github.workspace }}/../zen:${{ github.workspace }}/../zen --volume ${{ github.workspace }}/../moxcms:${{ github.workspace }}/../moxcms"
299+
CROSS_CONTAINER_OPTS: "--volume ${{ github.workspace }}/../zen:${{ github.workspace }}/../zen"
301300
REGRESS_MANIFEST_DIR: ${{ github.workspace }}/.image-cache/manifests
302301
if: matrix.cross == 'true'
303302

@@ -367,7 +366,7 @@ jobs:
367366
args: "--all ${{ env.BUILD_EXCLUDE }} ${{ env.CROSS_ARGS }}"
368367
force-use-cross: ${{ matrix.force-cross == 'true' || false }}
369368
env:
370-
CROSS_CONTAINER_OPTS: "--volume ${{ github.workspace }}/../zen:${{ github.workspace }}/../zen --volume ${{ github.workspace }}/../moxcms:${{ github.workspace }}/../moxcms"
369+
CROSS_CONTAINER_OPTS: "--volume ${{ github.workspace }}/../zen:${{ github.workspace }}/../zen"
371370
if: matrix.cross == 'true'
372371

373372

Cargo.lock

Lines changed: 38 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)