Kareem Khazem

Results 25 issues of Kareem Khazem

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

A HTML page of a build's process tree is now generated, and linked to from the main page for each build.

The output from the bear tool is now turned into a recursive data structure that describes the process ancestry. This can be used to gain a better understanding of the...

Currently, the HTML report does not show any details of a particular error next to each package. If we browse to packages that have a `configure_error`, we just get a...

better data

Bear is now built inside the install_bootstrap stage every time tuscan_build is run. This will allow custom versions of bear to be built on every run, and also ensures that...

lgtm

Toolchains are now downloaded and built into a locally-mounted directory under the directory `sysroots`, rather than a data container. If a particular toolchain already exists in `sysroots`, then it will...

lgtm

The base container that all stages are based on, the local mirror of binaries, and the store of sources are all created at the same time and have the same...

We do not currently categorise build failures as happening during or after `configure`. We should be able to use `libred` to do this; it should hopefully be easy to find...

better data

At the moment, we flag up anything in the log that looks like an error. This includes any errors that occur during configure, even if the entire configure invocation exited...

better data