rust/src/ci
Alex Crichton 5595aeb6b7 Add rustc SHA to released DWARF debuginfo
This commit updates the debuginfo that is encoded in all of our released
artifacts by default. Currently it has paths like `/checkout/src/...` but these
are a little inconsistent and have changed over time. This commit instead
attempts to actually define the file paths in our debuginfo to be consistent
between releases.

All debuginfo paths are now intended to be `/rustc/$sha` where `$sha` is the git
sha of the released compiler. Sub-paths are all paths into the git repo at that
`$sha`.
2018-09-10 10:10:38 -07:00
..
docker [RISCV] Add riscv32imc-unknown-none-elf target. 2018-08-30 16:03:37 +02:00
init_repo.sh Update submodules in parallel 2018-03-19 04:50:30 +01:00
run.sh Add rustc SHA to released DWARF debuginfo 2018-09-10 10:10:38 -07:00
shared.sh Retry when downloading the Docker cache. 2018-05-10 20:06:43 +08:00