Re: GDC CI

2020-09-09 Thread Iain Buclaw via D.gnu
On Wednesday, 9 September 2020 at 18:32:07 UTC, wjoe wrote: On Wednesday, 9 September 2020 at 12:37:37 UTC, wjoe wrote: On Wednesday, 9 September 2020 at 12:13:32 UTC, kinke wrote: On Wednesday, 9 September 2020 at 11:33:22 UTC, wjoe wrote: I suspect that maybe the compiler wasn't properly inst

Re: GDC CI

2020-09-09 Thread wjoe via D.gnu
On Wednesday, 9 September 2020 at 12:37:37 UTC, wjoe wrote: On Wednesday, 9 September 2020 at 12:13:32 UTC, kinke wrote: On Wednesday, 9 September 2020 at 11:33:22 UTC, wjoe wrote: I suspect that maybe the compiler wasn't properly installed in the container ? Maybe just a typo in your Dockerf

Re: GDC CI

2020-09-09 Thread wjoe via D.gnu
On Wednesday, 9 September 2020 at 12:13:32 UTC, kinke wrote: On Wednesday, 9 September 2020 at 11:33:22 UTC, wjoe wrote: I suspect that maybe the compiler wasn't properly installed in the container ? Maybe just a typo in your Dockerfile? You're installing `g++9`, but the package name is `g++-

Re: GDC CI

2020-09-09 Thread kinke via D.gnu
On Wednesday, 9 September 2020 at 11:33:22 UTC, wjoe wrote: I suspect that maybe the compiler wasn't properly installed in the container ? Maybe just a typo in your Dockerfile? You're installing `g++9`, but the package name is `g++-9`.

Re: GDC CI

2020-09-09 Thread wjoe via D.gnu
On Wednesday, 9 September 2020 at 11:22:14 UTC, Iain Buclaw wrote: On Tuesday, 8 September 2020 at 23:48:58 UTC, wjoe wrote: On Tuesday, 8 September 2020 at 20:12:47 UTC, wjoe wrote: [...] Except there's a problem with the installation of gcc-9. Apparently there's no Debian release providing

Re: GDC CI

2020-09-09 Thread Iain Buclaw via D.gnu
On Tuesday, 8 September 2020 at 23:48:58 UTC, wjoe wrote: On Tuesday, 8 September 2020 at 20:12:47 UTC, wjoe wrote: [...] Except there's a problem with the installation of gcc-9. Apparently there's no Debian release providing a gcc-9 package. The build of the container fails in step 4 on ap

Re: GDC CI

2020-09-09 Thread wjoe via D.gnu
Small update. I managed to install gcc-9 and g++-9 from the ubuntu toolchain ppa in the Docker container [1] and it's successfully built. I instructed Cirrus CI to clone the repository like so git clone --branch=master-ci --depth=1 https://github.com/W-joe/gcc /tmp/cirrus-ci-build and it reach

Re: GDC CI

2020-09-09 Thread wjoe via D.gnu
On Tuesday, 8 September 2020 at 23:48:58 UTC, wjoe wrote: On Tuesday, 8 September 2020 at 20:12:47 UTC, wjoe wrote: On Tuesday, 8 September 2020 at 20:03:03 UTC, Iain Buclaw wrote: On Tuesday, 8 September 2020 at 16:44:39 UTC, wjoe wrote: [...] Well the ci script in the repo [1] should be us