Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipes/mist/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
context:
version: "25.4.0"
version: "25.5.0"

package:
name: "mist"
version: ${{ version }}

source:
- git: https://github.com/thatstoasty/mist.git
rev: 6edf8a17c6f2e0dd7bf194f6dc3d032c0b9d091b
rev: 1c89c766f2827607c2fe64cfdc13b8680d55d6c0

build:
number: 0
script:
- mojo package src/mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg
- mojo package mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg
Copy link

Copilot AI Aug 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build script path has changed from 'src/mist' to 'mist'. Please verify that the 'mist' directory exists at the root of the repository at the specified git revision, as this could cause build failures if the directory structure doesn't match.

Suggested change
- mojo package mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg
- mojo package src/mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg

Copilot uses AI. Check for mistakes.
requirements:
host:
- max =25.4
- max =25.5
run:
- ${{ pin_compatible('max') }}

Expand Down
Loading