Skip to content

Commit 70a6842

Browse files
saviorandcarolinefrascaclaude
authored
Lightbug 0.26.1 (#213)
* add recipe readme and image * update to hotfix version and fix recipe * add test files and bump version * update rev * add more maintainers * remove README * update build script * remove tests * pin max version * bump version * update commit sha * Update recipe.yaml * remove magic run * bump the version * fix max version * bump small time version * update to latest release * add small_time to external * bump to 0.1.19 * bump to 0.26.1 * bump to hotfix version * add small_time requirement * try different test command * use find for tests --------- Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a931afa commit 70a6842

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

recipes/lightbug_http/recipe.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
22
context:
3-
version: "0.25.6"
4-
mojo_version: "=0.25.6"
3+
version: "0.26.1.1"
4+
mojo_version: "=0.26.1"
55
package:
66
name: "lightbug_http"
77
version: ${{ version }}
88
source:
99
- git: https://github.com/saviorand/lightbug_http.git
10-
rev: b7b81a8332259fa14e1057dc86a8249c2e6df927
10+
rev: dff42863edbe9d1e04fa2946bb3a7e95a442bc18
1111
build:
1212
number: 0
1313
script:
@@ -16,20 +16,24 @@ build:
1616
requirements:
1717
build:
1818
- mojo-compiler ${{ mojo_version }}
19+
- small_time >=26.1.0,<26.2.0
1920
host:
2021
- mojo-compiler ${{ mojo_version }}
22+
- small_time >=26.1.0,<26.2.0
2123
run:
2224
- mojo-compiler ${{ mojo_version }}
25+
- small_time >=26.1.0,<26.2.0
2326
tests:
2427
- script:
2528
- if: unix
2629
then:
27-
- mojo test
30+
- sh -c 'find ./tests -name test_*.mojo | xargs -I % mojo run -I . -D ASSERT=all %'
2831
requirements:
2932
build:
3033
- mojo ${{ mojo_version }}
3134
run:
3235
- mojo ${{ mojo_version }}
36+
- small_time >=26.1.0,<26.2.0
3337
files:
3438
recipe:
3539
- tests/lightbug_http/io/test_bytes.mojo

0 commit comments

Comments
 (0)