-
- [x] Switch to Github Action
- [ ] Support OCaml-4.07 and build against OCaml 4.07
- [ ] Install the dependencies for the examples, and build them
lthms updated
3 years ago
-
## Desired Behavior
Colleagues of mine have often asked me if there is a way to tell dune to build only the dependencies of some target. This has come up again today in the context of a Coq project…
-
Building CompCert with 4.12+domains fails with many errors related to the gc interface. One example is below, but there are lots.
Building async with 4.12+domains fails with a different collection…
-
After a break of 6 weeks cause or branch restructuring I did rerun the Coq Platform Dev CI yesterday and I have issues compiling the UniCoq dev opam package, as far as I can tell so far only on Window…
-
https://github.com/coq-community/manifesto/wiki/Continuous-Integration-with-Nix#generic-setup
-
Since these two packages provide proof-automation functionalities, checking whether they compile is insufficient. At the very least, we should run the test suites (`make test-suite`). In fact, recent …
-
#### Version
Coq 8.8.1, master (7b6f1f0ed0872cd16d7d01683673fd9323122f30)
#### Operating system
macOS 10.13.6
#### Description of the problem
While developing FCSL-PCM library we hit a …
-
This is a memento that we would eventually like to have CI for paramcoq using the [Nix Toolbox](https://github.com/coq-community/coq-nix-toolbox) and Nix Action that incorporates the following feature…
-
How can we build with sandboxing using the Nix docker image? Could it be activated by default? I see in the NixOS 18.09 release notes that it's now activated by default. In Coq, we regularly break the…
-
I am trying to add the submodule dependencies of bedrock2 to coq's ci, however I am finding it really difficult to get bedrock2 to depend on already built versions of kami etc.
Looking at the makef…