From 86db49c88ab27f326d5ecdf7c95987344bd80d79 Mon Sep 17 00:00:00 2001 From: Marius Seritan <39998+winding-lines@users.noreply.github.com> Date: Sun, 15 Mar 2026 18:37:42 -0700 Subject: [PATCH] Fix build for pontoneer and address feedback --- recipes/pontoneer/recipe.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/pontoneer/recipe.yaml b/recipes/pontoneer/recipe.yaml index ac666228..62a2724d 100644 --- a/recipes/pontoneer/recipe.yaml +++ b/recipes/pontoneer/recipe.yaml @@ -4,7 +4,7 @@ schema_version: 1 # Bump this to match the git tag before tagging a release (e.g. v0.1.1 → "0.1.1"). context: version: "0.6.0" - mojo_version: ">=0.26.0.dev2026030505" + mojo_version: "0.26.3.0.dev2026031505" package: name: pontoneer @@ -16,7 +16,7 @@ source: tag: v${{ version }} build: - number: 0 + number: 1 # mojopkg files are architecture-independent source; skip the binary prefix # rewrite pass by marking this as a noarch package. noarch: generic @@ -25,8 +25,12 @@ build: - mojo package pontoneer -o "${PREFIX}/lib/mojo/pontoneer.mojopkg" requirements: + host: + - mojo-compiler = ${{ mojo_version }} build: - - mojo + - mojo-compiler = ${{ mojo_version }} + run: + - ${{ pin_compatible('mojo-compiler') }} about: homepage: https://winding-lines.github.io/pontoneer/