nichmor

Results 31 issues of nichmor

While trying to rebuild from our examples zlink recipe on ubuntu 20.04 from 22.04, we have following error: ``` Rebuilding artifacts/zlink-0.1.0-hb0f4dca_0.conda Extracted recipe to: "/tmp/.tmp8BBHcR" Error: × recipe.source: data did...

reproducible-builds

While trying to build mamba recipe from our examples, we have following error on macos ``` × error Error building package: failed to setup test environment: Cannot solve the request...

reproducible-builds

While trying to build ros-humble-turtlebot4-msgs recipe from examples, it fails on macos with ``` × error Error building package: Failed to resolve dependencies: Cannot solve the request b × error...

reproducible-builds

building async-cairo on macos 13 and having the output dir something like this: `/Users/runner/work/reproducible-builds-rattler-build/reproducible-builds-rattler-build/build_outputs/async_cairo_build/async_cairo` will panick with following error: ``` thread 'main' panicked at src/metadata.rs:129:17: byte index 18446744073709551610 is out...

reproducible-builds

It would be nice to keep a changelog.md for our rattler-build ( maybe using git-cliff) created from https://github.com/prefix-dev/rattler-build/pull/1021

enhancement
good first issue

## Overview Fixes: https://github.com/prefix-dev/pixi/issues/2805 Use `run-exports-cache` from rattler. Tested by building rich recipe from `test-data` and make sure that cache was populated and run_exports fields filled.

bug

## Overview Running `workspace channel add already-existing-channel-in-manifest`, will always print that the channel is added, even if it was already there. This change a little bit the UX ( and...

cli
UX
area: workspace

Having a `pyproject.toml` like this and running on `osx-arm64` ```toml [project] name = "test" dependencies = ["tqdm @ https://github.com/tqdm/tqdm.git"] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.pixi.workspace] channels = ["conda-forge"]...

pypi
UX

Currently setting `WorkingDirectoryBehavior::Preserver`, will error out if we try to build the same pkg again, with the error: ``` × FileSystem error: 'Path "/Users/graf/oss/pixi-build-testsuite/pytest-temp/px0/.pixi/build/work/array-api-extra-WjfygdhaEew/work/RELEASING.md" already exists!' ``` I think we...

bug