mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-22 00:42:12 +01:00
To make packages-matrix build rust sources for arm64-usr, we need to make toolchain include the rust target for arm. Unfortunately, catalyst does not support the cross-build rust target by default. We also cannot add `dev-lang/rust` to `$TOOLCHAIN_PKGS`, because then catalyst would tries to build a `cross-*/rust` package, which does not exist. So we need to manually run emerge for rust, without `--newuse -u` options. If the `--newuse -u` options are given, the rust will not be installed at all.
CoreOS Container Linux SDK scripts
Welcome to the scripts repo, your starting place for most things here in the CoreOS Container Linux SDK. To get started you can find our documentation on the CoreOS website.
Description
Languages
Shell
93%
Python
6.9%