Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make noarch-unix and noarch-win work #785

Merged
merged 5 commits into from Apr 15, 2024

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented Apr 9, 2024

This could/should fix #742

@wolfv
Copy link
Member Author

wolfv commented Apr 15, 2024

This now prints:

     Running `target/debug/rattler-build build --render-only --recipe ./examples/variant --target-platform=win-64`

 ╭─ Finding outputs from recipe
 │ Found 2 variants
 │ Build variant: rattler-build-demo-1-win_4616a5c_0
 │ 
 │ ╭─────────────────┬─────────╮
 │ │ Variant         ┆ Version │
 │ ╞═════════════════╪═════════╡
 │ │ target_platform ┆ noarch  │
 │ ╰─────────────────┴─────────╯
 │ Build variant: rattler-build-demo-subpackage-1-win_b28fc4d_0
 │ 
 │ ╭────────────────────┬─────────────────╮
 │ │ Variant            ┆ Version         │
 │ ╞════════════════════╪═════════════════╡
 │ │ rattler-build-demo ┆ 1 win_4616a5c_0 │
 │ │ target_platform    ┆ noarch          │
 │ ╰────────────────────┴─────────────────╯
 │
 ╰─────────────────── (took 0 seconds)

And

    Finished dev [unoptimized + debuginfo] target(s) in 0.18s
     Running `target/debug/rattler-build build --render-only --recipe ./examples/variant --target-platform=osx-arm64`
 ╭─ Finding outputs from recipe
 │ Found 2 variants
 │ Build variant: rattler-build-demo-1-unix_4616a5c_0
 │ 
 │ ╭─────────────────┬─────────╮
 │ │ Variant         ┆ Version │
 │ ╞═════════════════╪═════════╡
 │ │ target_platform ┆ noarch  │
 │ ╰─────────────────┴─────────╯
 │ Build variant: rattler-build-demo-subpackage-1-unix_2233755_0
 │ 
 │ ╭────────────────────┬──────────────────╮
 │ │ Variant            ┆ Version          │
 │ ╞════════════════════╪══════════════════╡
 │ │ rattler-build-demo ┆ 1 unix_4616a5c_0 │
 │ │ target_platform    ┆ noarch           │
 │ ╰────────────────────┴──────────────────╯
 │
 ╰─────────────────── (took 0 seconds)

@wolfv
Copy link
Member Author

wolfv commented Apr 15, 2024

Hmm the tests reveal that there is still a problem lingering ... will come back to this.

@wolfv wolfv merged commit dee02fa into prefix-dev:main Apr 15, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Variant configuration displayed wrongly after successful build
1 participant