Mark Elvers
Mark Elvers
A suitable PR to achieve this is https://github.com/mtelvers/docker-base-images/pull/1
Merged in https://github.com/ocurrent/docker-base-images/pull/282
The base-image-builder reports failed builds to the `#ci-firehose` channel. However, as you say, I manually poll the graph.
The #ci-firehose channel is very noisy, so I moved high-priority issues, such as spam build failures, to the #ocaml-org-deployer channel instead. IIRC @benmandrew did some work on splitting Slack notifications...
This is also confirmed to be an issue on Ubuntu if GCC 14 is installed. ``` diff -c configure.bak configure *** configure.bak 2018-10-04 13:38:56.000000000 +0000 --- configure 2024-05-08 09:00:37.498222505 +0000...
ppc64le images fail to build. There is a permission issue when extracting from a tar file. These steps work on x86_64 and other platforms but fail on ppc64le: ```shell docker...
There is currently no `riscv64/ubuntu:noble` image on docker hub.
The RISCV64 images could be built by the deployer. See https://github.com/mtelvers/docker-base-images/pull/1
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/2059734
This has been superseded.