Skip to content

Commit e99122d

Browse files
thatstoastybgreni
andauthored
Update Mist to support Mojo 0.25.7 (#189)
Co-authored-by: Brian Grenier <[email protected]>
1 parent 635b1fd commit e99122d

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

recipes/mist/recipe.yaml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,41 @@
11
context:
2-
version: "25.5.0"
2+
version: "25.7.0"
3+
mojo_version: "=0.25.7"
34

45
package:
56
name: "mist"
67
version: ${{ version }}
78

89
source:
910
- git: https://github.com/thatstoasty/mist.git
10-
rev: 1c89c766f2827607c2fe64cfdc13b8680d55d6c0
11+
rev: 60788f6603930a099954a255c918492a7648bf41
1112

1213
build:
1314
number: 0
1415
script:
1516
- mojo package mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg
1617
requirements:
18+
build:
19+
- mojo-compiler ${{ mojo_version }}
1720
host:
18-
- max =25.5
21+
- mojo-compiler ${{ mojo_version }}
1922
run:
20-
- ${{ pin_compatible('max') }}
23+
- mojo-compiler ${{ mojo_version }}
2124

2225
tests:
2326
- script:
2427
- if: unix
2528
then:
26-
- mojo test test
29+
- sh -c 'find ./test -name test_*.mojo | xargs -I % pixi run mojo run -I . -D ASSERT=all %'
30+
requirements:
31+
build:
32+
- mojo ${{ mojo_version }}
33+
run:
34+
- mojo ${{ mojo_version }}
35+
files:
36+
source:
37+
- mist/
38+
- test/
2739

2840
about:
2941
homepage: https://github.com/thatstoasty/mist

0 commit comments

Comments
 (0)