GDC CI

wjoe invalid at example.com
Tue Sep 15 16:05:53 UTC 2020


On Tuesday, 15 September 2020 at 16:00:56 UTC, wjoe wrote:
> I've added the above tasks and they are reported to have been 
> completed successfully in the Cirrus summary.
> However, on a closer look I can spot multiple failures or 
> files/directories which can't be found.
> - Some 12 failed tests as well as 10 unresolved test cases in 
> the unittest step.
> - The build package step failed with: cd ./libcc1: no such file 
> or directory.

This is the package function for reference:

build_package() {
     cd build || exit 1
     make install || exit 1
     tar -cJf gdc-${build_host}.txz /usr || exit 1
}

Links for your convenience.
[1] https://github.com/w-joe/gcc/blob/master-ci/buildci.sh
[2] https://github.com/w-joe/gcc/blob/master-ci/.cirrus.yml


More information about the D.gnu mailing list