rattler-build
rattler-build copied to clipboard
building async-cairo on macos 13 will panick
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 of bounds of `_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place`[...]
That is a weird issue!
Running into this as I migrate some of our bazel builds to use rattler-build for conda package builds. I think the issue arises if the length of the output dir is too long from what I can tell.
Specifically, i started seeing it once I switched from using a relative output dir to an absolute one.