| Summary: | [WPE] The bots WPE-Linux-RPi4-32bits-Mesa-Release-Perf-Tests are failing to autoinstall the python dependency bcrypt | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | Tools / Tests | Assignee: | Carlos Alberto Lopez Perez <clopez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=249031 | ||
|
Description
Carlos Alberto Lopez Perez
2023-07-06 11:16:10 PDT
The issue is caused because there are no pre-built packages of bcrypt for ARM32 bits (ARMv7 platform) on the python-pip repo. I have checked to disable wheel on it so the autoinstaller tries to download the source and build from source, but then the build fails because this package needs a cargo/rust toolchain to be built. Then I have checked adding cargo/rustc support on the Yocto image that runs on the boards but I found some issues there: - cargo is failing to build, don't know what is wrong with the recipe - building rust takes ages (more than one hour in a beeffy machine) This python dependency is not really needed for this bots, we can skip installing it and things work as expected. Just checked. Pull request: https://github.com/WebKit/WebKit/pull/15605 Committed 265835@main (61e425731b47): <https://commits.webkit.org/265835@main> Reviewed commits have been landed. Closing PR #15605 and removing active labels. |