Skip to content

bootstrap.sh: Install system dependencies before installing Cargo packages

Nagy Tibor requested to merge xTibor/redox:fix-bootstrap into master

This MR fixes the error: linker cc not found errors on installing the cargo-config and xargo packages. This error occurred because Cargo was invoked before the required system packages were installed and couldn't find a usable linker on clean dev machines.

Merge request reports