Skip to content

Fix build for pontoneer and address feedback#224

Open
winding-lines wants to merge 1 commit intomodular:mainfrom
winding-lines:pontoneer-build-fix
Open

Fix build for pontoneer and address feedback#224
winding-lines wants to merge 1 commit intomodular:mainfrom
winding-lines:pontoneer-build-fix

Conversation

@winding-lines
Copy link
Copy Markdown
Contributor

@winding-lines winding-lines commented Mar 16, 2026

Checklist

  • My recipe.yaml file specifies which version(s) of MAX is compatible with my project (see here for an example). If not, my package is compatible with both 24.5 and 24.6.
  • License file is packaged (see here for an example).
  • Set the build number to 0 (for new packages, or if the version changed).
  • Bumped the build number (if the version is unchanged).

@sstadick sstadick mentioned this pull request Mar 16, 2026
4 tasks
@sstadick
Copy link
Copy Markdown
Collaborator

@winding-lines - modular-community doesn't support building packages for nightly.

If you want to make your package available to use in the interim without going through modular-community you can set it up to use the pixi-build-backend (some links to examples of how to use it: https://forum.modular.com/t/addition-of-pixi-build-mojo-pixi-backend/2057?u=duck_tape)

You can then depend on your package with pixi via pontoneer = {git=...}.

@sstadick
Copy link
Copy Markdown
Collaborator

sstadick commented Mar 16, 2026

I'm going to revert 223 via #225 for now so that any other packages that get merged in can build.

@carolinefrasca
Copy link
Copy Markdown
Collaborator

Hi @winding-lines, apologies for the delay on this! Here's the error that's happening when we build the PR:

Error building recipe in recipes/pontoneer: 
 ╭─ Finding outputs from recipe
 │ Found 1 variants
 │ Build variant: pontoneer-0.6.0-h4616a5c_1
 │ 
 │ ╭─────────────────┬─────────╮
 │ │ Variant         ┆ Version │
 │ ╞═════════════════╪═════════╡
 │ │ target_platform ┆ noarch  │
 │ ╰─────────────────┴─────────╯
 │
 ╰─────────────────── (took 0 seconds)

 ╭─ Running build for recipe: pontoneer-0.6.0-h4616a5c_1
 │
 │ ╭─ Fetching source code
 │ │ Fetching source from git repo: https://github.com/winding-lines/pontoneer.git
 │ │ Fetching repository from https://github.com/winding-lines/pontoneer.git at refs/tags/v0.6.0 into /home/runner/work/modular-community/modular-community/output/src_cache/pontoneer.git
 │ │ Checked out revision: 'refs/tags/v0.6.0' at '6e2a5e49238c20fecfe9c2042a90d819fc5ec42a'
 │ │ Copied 69 files into isolated environment
 │ │
 │ ╰─────────────────── (took 1 second)
 │
 │ ╭─ Resolving environments
 │ │ 
 │ │ Resolving build environment:
 │ │   Platform: linux-aarch64 [__unix=0=0, __linux=6.14.0=0, __glibc=2.39=0, __archspec=1=cortex_a72]
 │ │   Channels: 
 │ │    - file:///home/runner/work/modular-community/modular-community/output/
 │ │    - conda-forge
 │ │    - https://conda.modular.com/max/
 │ │    - https://prefix.dev/modular-community/
 │ │   Specs:
 │ │    - mojo-compiler 0.26.3.0.dev2026031505.*
 │ │
 │ ╰─────────────────── (took 0 seconds)
 │
 ╰─────────────────── (took 1 second)
Error:   × Failed to resolve dependencies: Cannot solve the request because of: No
  │ candidates were found for mojo-compiler 0.26.3.0.dev2026031505.*.
  │ 
  ╰─▶ Cannot solve the request because of: No candidates were found for mojo-
      compiler 0.26.3.0.dev2026031505.*.`

Please see https://github.com/modular/modular-community/actions/runs/23150184092/job/67249468304?pr=224

It also looks like there are some conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants