cooljeanius / apple-gdb-1824

fork from gdb tarball(s) from opensource.apple.com
Other
6 stars 3 forks source link

Properly fix CI #14

Open cooljeanius opened 1 year ago

cooljeanius commented 1 year ago

CI systems now have incompatible BFD headers installed on them, which get picked up during the build, and cause it to fail. We'll need to either find a way to ignore them, add compatibility with them, or just not install them in the first place?

cooljeanius commented 1 year ago

ok well it's "fixed" (i.e. hacked around) on Travis now; won't know about GitHub Actions until those actually decide to run again, though...

cooljeanius commented 1 year ago

"fixed" now on GitHub Actions, too, but only by doing the same hacking-around-the-problem that I did on Travis, so I'm leaving this open until I come up with a proper fix...

cooljeanius commented 11 months ago

Current failures being ignored and/or hacked around are:

cooljeanius commented 8 months ago

(note on the checklist: fixing the ksigmask_t one kinda caused the "CodeQL OOM" one...)

cooljeanius commented 3 months ago

I think I've made some progress on the last 2 items on the checklist, and have checked them off for now...

cooljeanius commented 2 months ago

Update on the last one, about autoconf trying to pass the --gnu flag to gm4 even when it doesn't recognize it: I reported that to the upstream bug-autoconf mailing list here: https://lists.gnu.org/archive/html/bug-autoconf/2024-07/msg00003.html