-
Since the CI update, we're getting duplicate warning annotations from the opam package jobs. I think this needs to be solved upstream at https://github.com/coq-community/docker-coq-action/issues/65 ,…
-
Salut @Zimmi48
FYI despite the line https://github.com/coq/bot/blob/master/src/actions.ml#L545
over the 49 jobs of docker-mathcomp https://gitlab.inria.fr/math-comp/docker-mathcomp/-/pipelines/83…
-
It might be nice to port fiat-crypto and coq-tools to the docker coq action.
Currently [fiat-crypto uses](https://github.com/mit-plv/fiat-crypto/blob/master/.github/workflows/coq.yml) actions/setup…
-
Not an issue, more a progress report
When this preparation is done, this issue could be kept open for later reference, but the similar issur for coq-8.16 should be closed.
As a first step, I pre…
-
Running
```
sudo apt-get update -y
sudo apt-get install -y python3 python3-pip
python3 -m pip install pyinstaller
```
works find on [Coq 8.4](https://github.com/JasonGross/coq-tools/actions/runs…
-
well,I tried to run `./build_docker.sh`,and I failed.
```bash
Testing Coq... version 8.16.0--UNSUPPORTED
ERROR:Compcert requires a version of Coq between 8.12.0 and 8.15.2
....
==>ERROR:A failure…
-
Dear proofeng devs, it seems this repository is obsolete now, in favor of https://github.com/coq-community/docker-coq
Would it be a good option to remove it so users googling may potentially have l…
-
I am trying to use actions/checkout in the coqorg/coq:dev container, and am running into https://github.com/actions/checkout/issues/956. None of the workarounds there work.
1. I have no control over…
-
Hi,
I followed recommendations from #22 and used `before_install` to add opam repositories to my build.
I build for two versions of Coq, but it seems the `before_install` part is considered only f…
-
>@palmskog You were worried about CI length: it turns out that the CI job that was already the lengthiest (building the documentation) is impacted by the addition of Gaia as a dependency, since it als…