Fix CI (follow-up of #244)#256
Conversation
|
just to note: you can change the target of a PR to another branch as well :-) To not do things twice: what did you set BDB_LIBS to and did you already inspected which library files are installed? And: yes, HOME can be dropped now for IBM, which is nice. |
Oh, this sounds new.
What it is currently set seems correct, there is indeed a file
Yup, finally. |
|
I think we can use the linking feature of GCC, allowing it to link to dll's directly; not sure if the check run by configure passes that to gcc directly (but the logs should show that). Just found out another broken issue: MSVC dependency artifacts are empty since a while (that did work before as well). ... CI saves time during development (or at least before a release), but it definitely needs some time on its own. |
|
Okay I think I finally found what was wrong. |
|
I guess you have to manually delete the BDB cache. But the CC for BDB's configure should possibly either point to the full gcc path we want to use or we should |
1fc514e
into
OCamlPro:gitside-gnucobol-3.x
|
Nice work! On the the open PRs amnd WIPs :-) |
Follow-up of #244.
Opening a new PR, since the target branch was renamed.
However, I couldn't get the MinGW CI to work...
I'm using this opportunity to check whether the custom definition of HOME is still needed for the IBM CI.