Dongsu Park 14dc3ec7c8 build_library: make toolchain build rust for cross-builds
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.
2019-12-09 13:23:44 +01:00
2018-03-19 15:35:30 +01:00
2018-01-04 12:20:11 -08:00
2014-01-19 12:25:11 -08:00
2017-06-08 12:17:59 -07:00

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
image build and composition scripts for Flatcar Container Linux
Readme BSD-3-Clause 186 MiB
Languages
Shell 93%
Python 6.9%