aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Remove the now unused queue builds scriptChristopher Baines2024-03-16
| | | | This has mostly been replaced by the bffe.
* Don't create the guix-build-coordinator script for a minimal buildChristopher Baines2022-01-02
|
* Hack the autotools stuff to try and allow minimal buildsChristopher Baines2022-01-02
| | | | | | | | | No idea what this stuff is, but modify it with the intent of allowing building just the sources related to the agent, if guile-fibers is missing. This should make it easier to avoid problems in Guix where things like guile-fibers are currently broken for aarch64-linux, and also avoid having a load of perl dependencies for the agent, which doesn't use sqitch.
* Add dependency on guile-libChristopher Baines2020-11-07
| | | | For it's logging functionality.
* Update configure.ac for zlib and lzlib dependenciesChristopher Baines2020-10-20
|
* Add a hook to recomress build log filesChristopher Baines2020-10-11
|
* Tweak some things to maybe enable cross compilationChristopher Baines2020-09-27
|
* Fix AC_INIT in configure.acChristopher Baines2020-09-16
| | | | Change guix-data-service to guix-build-coordinator.
* Add a script to fetch builds from the Guix Data ServiceChristopher Baines2020-04-25
| | | | As that is an easy way to find things to build.
* Implement storing derivationsChristopher Baines2020-04-06
|
* Add a config.scm fileChristopher Baines2020-04-04
|
* Add some empty scriptsChristopher Baines2020-04-04
|
* Initial commitChristopher Baines2020-04-03
Setup done with the aid of [1]. 1: https://www.draketo.de/proj/with-guise-and-guile/guile-projects-with-autotools.html