rust/src/ci
Alec Mocatta 18e9532098
Add --enable-debug flag to musl CI build script
Building for x86_64-unknown-linux-musl currently results in an executable lacking debug information for musl libc itself. If you request a backtrace in GDB while control flow is within musl – including sycalls made by musl – the result looks like:

#0  0x0000000000434b46 in __cp_end ()
#1  0x0000000000432dbd in __syscall_cp_c ()
#2  0x0000000000000000 in ?? ()

i.e. not very helpful. Adding --enable-debug resolves this, and --enable-optimize re-enables optimisations which default to off given the previous flag.
2018-04-10 18:44:47 +01:00
..
docker Add --enable-debug flag to musl CI build script 2018-04-10 18:44:47 +01:00
init_repo.sh Update submodules in parallel 2018-03-19 04:50:30 +01:00
run.sh Give a name to every CI job. 2018-04-06 01:09:59 +08:00
shared.sh ci: Improve log output (mainly Travis). 2017-06-02 01:14:26 +08:00